C# Class Model.UI

Inheritance: Model.Entity
显示文件 Open project: egametang/Egametang Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SetAsFirstSibling ( ) : void
UI ( Scene scene, UIType uiType, UI parent, GameObject gameObject ) : UnityEngine

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SetAsFirstSibling() public method

public SetAsFirstSibling ( ) : void
return void

UI() public method

public UI ( Scene scene, UIType uiType, UI parent, GameObject gameObject ) : UnityEngine
scene Scene
uiType UIType
parent UI
gameObject GameObject
return UnityEngine