C# Class SpriteStudioForUnity.AnimationEventListener

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: ootake/SpriteStudioForUnity

Public Methods

Method Description
IntegerEvent ( int val ) : void
PointEvent ( string val ) : void
RectEvent ( string val ) : void
Start ( ) : void
StringEvent ( string val ) : void

Method Details

IntegerEvent() public method

public IntegerEvent ( int val ) : void
val int
return void

PointEvent() public method

public PointEvent ( string val ) : void
val string
return void

RectEvent() public method

public RectEvent ( string val ) : void
val string
return void

Start() public method

public Start ( ) : void
return void

StringEvent() public method

public StringEvent ( string val ) : void
val string
return void