private static void SetBoolID(ref PlayableHandle handle, int id, bool value)
 {
     AnimatorControllerPlayable.INTERNAL_CALL_SetBoolID(ref handle, id, value);
 }