コード例 #1
0
 private static void SetRotation(ref PlayableHandle handle, Quaternion value)
 {
     AnimationOffsetPlayable.INTERNAL_CALL_SetRotation(ref handle, ref value);
 }
コード例 #2
0
 private static void SetRotation(ref AnimationOffsetPlayable that, Quaternion value)
 {
     AnimationOffsetPlayable.INTERNAL_CALL_SetRotation(ref that, ref value);
 }