C# 클래스 SpriteStudioForUnity.AnimationEventListener

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: ootake/SpriteStudioForUnity

공개 메소드들

메소드 설명
IntegerEvent ( int val ) : void
PointEvent ( string val ) : void
RectEvent ( string val ) : void
Start ( ) : void
StringEvent ( string val ) : void

메소드 상세

IntegerEvent() 공개 메소드

public IntegerEvent ( int val ) : void
val int
리턴 void

PointEvent() 공개 메소드

public PointEvent ( string val ) : void
val string
리턴 void

RectEvent() 공개 메소드

public RectEvent ( string val ) : void
val string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StringEvent() 공개 메소드

public StringEvent ( string val ) : void
val string
리턴 void