C# Class HotFixCode.SampleLogic

Inheritance: UILogic
ファイルを表示 Open project: meta-42/uEasyKit

Protected Methods

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

Private Methods

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

Method Details

Disable() protected method

protected Disable ( ) : void
return void

Enable() protected method

protected Enable ( ) : void
return void

Free() protected method

protected Free ( ) : void
return void

OnCreated() protected method

protected OnCreated ( GameObject rGo ) : void
rGo UnityEngine.GameObject
return void

PlaceFirstSibling() protected method

protected PlaceFirstSibling ( ) : void
return void

PlaceLastSibling() protected method

protected PlaceLastSibling ( ) : void
return void

Startup() protected method

protected Startup ( RectTransform parent ) : void
parent UnityEngine.RectTransform
return void