C# Class HotFixCode.SamplePopups

Inheritance: UIPopups
Afficher le fichier Open project: meta-42/uEasyKit

Méthodes publiques

Méthode Description
Hide ( ) : void
OnAnimateInEnd ( ) : void
OnAnimateOutEnd ( ) : void
OnReturnCache ( ) : void
SamplePopups ( PopupsBehaviour rBasePopups ) : System
Show ( bool modal = true ) : void

Méthodes protégées

Méthode Description
Awake ( GameObject rGo ) : void

Method Details

Awake() protected méthode

protected Awake ( GameObject rGo ) : void
rGo UnityEngine.GameObject
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

OnReturnCache() public méthode

public OnReturnCache ( ) : void
Résultat void

SamplePopups() public méthode

public SamplePopups ( PopupsBehaviour rBasePopups ) : System
rBasePopups PopupsBehaviour
Résultat System

Show() public méthode

public Show ( bool modal = true ) : void
modal bool
Résultat void