C# Class PopupsBehaviour, UnityFramework

Inheritance: LShapBehaviour, ITemplatable
Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Méthodes publiques

Méthode Description
Hide ( ) : void
OnAnimateInEnd ( ) : void
OnAnimateOutEnd ( ) : void
OnReturnCache ( ) : void
Show ( bool modal = false, Sprite modalSprite = null, Color modalColor = null, Canvas canvas = null, Vector3 position = null ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void

Private Methods

Méthode Description
AnimateIn ( ) : void
AnimateOut ( ) : void
Return ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

OnAnimateInEnd() public méthode

public OnAnimateInEnd ( ) : void
Résultat void

OnAnimateOutEnd() public méthode

public OnAnimateOutEnd ( ) : void
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnReturnCache() public méthode

public OnReturnCache ( ) : void
Résultat void

Show() public méthode

public Show ( bool modal = false, Sprite modalSprite = null, Color modalColor = null, Canvas canvas = null, Vector3 position = null ) : void
modal bool
modalSprite Sprite
modalColor Color
canvas Canvas
position Vector3
Résultat void