private static bool GetBoolID(ref PlayableHandle handle, int id)
 {
     return(AnimatorControllerPlayable.INTERNAL_CALL_GetBoolID(ref handle, id));
 }