C# Class SpriteStudioForUnity.AnimationEventListener

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: ootake/SpriteStudioForUnity

Méthodes publiques

Méthode Description
IntegerEvent ( int val ) : void
PointEvent ( string val ) : void
RectEvent ( string val ) : void
Start ( ) : void
StringEvent ( string val ) : void

Method Details

IntegerEvent() public méthode

public IntegerEvent ( int val ) : void
val int
Résultat void

PointEvent() public méthode

public PointEvent ( string val ) : void
val string
Résultat void

RectEvent() public méthode

public RectEvent ( string val ) : void
val string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StringEvent() public méthode

public StringEvent ( string val ) : void
val string
Résultat void