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);
 }