private static void SetFloatString(ref PlayableHandle handle, string name, float value)
 {
     AnimatorControllerPlayable.INTERNAL_CALL_SetFloatString(ref handle, name, value);
 }