INTERNAL_CALL_PasteToStateMachineFromPasteboardInternal() 개인적인 메소드

private INTERNAL_CALL_PasteToStateMachineFromPasteboardInternal ( AnimatorStateMachine sm, AnimatorController controller, int layerIndex, Vector3 &position ) : void
sm AnimatorStateMachine
controller AnimatorController
layerIndex int
position Vector3
리턴 void
예제 #1
0
 internal static void PasteToStateMachineFromPasteboardInternal(AnimatorStateMachine sm, AnimatorController controller, int layerIndex, Vector3 position)
 {
     Unsupported.INTERNAL_CALL_PasteToStateMachineFromPasteboardInternal(sm, controller, layerIndex, ref position);
 }