C# Class SpriteStudioForUnity.SSController

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

Méthodes publiques

Свойство Type Description
OnIntegerEvent Action
OnPointEvent Action
OnRectEvent Action
OnStringEvent Action
cellList List
flipX bool
flipY bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

OnIntegerEvent public_oe property

public Action OnIntegerEvent
Résultat Action

OnPointEvent public_oe property

public Action OnPointEvent
Résultat Action

OnRectEvent public_oe property

public Action OnRectEvent
Résultat Action

OnStringEvent public_oe property

public Action OnStringEvent
Résultat Action

cellList public_oe property

public List cellList
Résultat List

flipX public_oe property

public bool flipX
Résultat bool

flipY public_oe property

public bool flipY
Résultat bool