Unity3D/Script
AnimationEvent 추가 방법
blueasa
2012. 11. 21. 14:53
- var mySkin : GUISkin;
- var animatedGameObject : GameObject;
- //Solved: move this function to a script attached to the animatedGameObject
- }
- //animationEvent.messageOptions = SendMessageOptions.DontRequireReceiver;
- animationEvent.functionName = "AnimationEnded";
- }
- }
- }
- }
출처 : http://forum.unity3d.com/threads/19597-AnimationEvent-help-Solved
반응형