INTERNAL_CALL_PasteToStateMachineFromPasteboardInternal() private method

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