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