C# Class GMCommandUIAdapter.Adaptor, home3

Inheritance: GMCommandUI, CrossBindingAdaptorType
Exibir arquivo Open project: shineTeam7/home3

Public Methods

Method Description
Adaptor ( ) : System,
Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
ToString ( ) : string

Protected Methods

Method Description
getGameObject ( ) : GameObject,
onHide ( ) : void
onInit ( ) : void
onShow ( ) : void

Method Details

Adaptor() public method

public Adaptor ( ) : System,
return System,

Adaptor() public method

public Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
appdomain ILRuntime.Runtime.Enviorment.AppDomain
instance ILTypeInstance
return System,

ToString() public method

public ToString ( ) : string
return string

getGameObject() protected method

protected getGameObject ( ) : GameObject,
return GameObject,

onHide() protected method

protected onHide ( ) : void
return void

onInit() protected method

protected onInit ( ) : void
return void

onShow() protected method

protected onShow ( ) : void
return void