private static void SetRotation(ref PlayableHandle handle, Quaternion value) { AnimationOffsetPlayable.INTERNAL_CALL_SetRotation(ref handle, ref value); }
private static void SetRotation(ref AnimationOffsetPlayable that, Quaternion value) { AnimationOffsetPlayable.INTERNAL_CALL_SetRotation(ref that, ref value); }