private static bool GetBoolString(ref PlayableHandle handle, string name)
 {
     return(AnimatorControllerPlayable.INTERNAL_CALL_GetBoolString(ref handle, name));
 }