C# Class HotFixCode.SampleLogic

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

Méthodes protégées

Méthode Description
Disable ( ) : void
Enable ( ) : void
Free ( ) : void
OnCreated ( GameObject rGo ) : void
PlaceFirstSibling ( ) : void
PlaceLastSibling ( ) : void
Startup ( RectTransform parent ) : void

Private Methods

Méthode Description
CroutineEnumerator ( ) : IEnumerator
OnClick ( GameObject rGo ) : void
TestCroutine ( ) : void
TestDialogBox ( ) : void
TestPanelChange ( ) : void
TestPopups ( ) : void
TestWaitingLayer ( ) : void
WaitingLayerEnumerator ( ) : IEnumerator

Method Details

Disable() protected méthode

protected Disable ( ) : void
Résultat void

Enable() protected méthode

protected Enable ( ) : void
Résultat void

Free() protected méthode

protected Free ( ) : void
Résultat void

OnCreated() protected méthode

protected OnCreated ( GameObject rGo ) : void
rGo UnityEngine.GameObject
Résultat void

PlaceFirstSibling() protected méthode

protected PlaceFirstSibling ( ) : void
Résultat void

PlaceLastSibling() protected méthode

protected PlaceLastSibling ( ) : void
Résultat void

Startup() protected méthode

protected Startup ( RectTransform parent ) : void
parent UnityEngine.RectTransform
Résultat void