AnimationEvent 추가 방법
Unity3D/Script / 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
반응형
'Unity3D > Script' 카테고리의 다른 글
Interpolate (0) | 2012.11.22 |
---|---|
특정시간 뒤에 함수 호출하도록 설정하기 (WaitForSeconds) (0) | 2012.11.21 |
WaitForSeconds() (0) | 2012.11.21 |
Attributes 설명 모음 (0) | 2012.11.18 |
애니메이션 스크립팅(Animation Scripting) (2) | 2012.11.16 |