C# 클래스 GMCommandUIAdapter.Adaptor, home3

상속: GMCommandUI, CrossBindingAdaptorType
파일 보기 프로젝트 열기: shineTeam7/home3

공개 메소드들

메소드 설명
Adaptor ( ) : System,
Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
ToString ( ) : string

보호된 메소드들

메소드 설명
getGameObject ( ) : GameObject,
onHide ( ) : void
onInit ( ) : void
onShow ( ) : void

메소드 상세

Adaptor() 공개 메소드

public Adaptor ( ) : System,
리턴 System,

Adaptor() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getGameObject() 보호된 메소드

protected getGameObject ( ) : GameObject,
리턴 GameObject,

onHide() 보호된 메소드

protected onHide ( ) : void
리턴 void

onInit() 보호된 메소드

protected onInit ( ) : void
리턴 void

onShow() 보호된 메소드

protected onShow ( ) : void
리턴 void