C# Class HotFixCode.UILogic

Show file Open project: meta-42/uEasyKit

Protected Properties

Property Type Description
OnEnable UnityEngine.Events.UnityAction
behaviour LShapBehaviour
gameObject UnityEngine.GameObject
transform UnityEngine.Transform

Protected Methods

Method Description
Disable ( ) : void

弃用面板

Enable ( ) : void

启用面板

Free ( ) : void

销毁面板

OnCreated ( GameObject rGo ) : void

面板加载完成后的回调

PlaceFirstSibling ( ) : void
PlaceLastSibling ( ) : void
Startup ( RectTransform parent ) : void

被原生C#启动

Startup ( RectTransform parent, UnityEngine onEnable ) : void

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

被原生C#启动
protected Startup ( RectTransform parent ) : void
parent UnityEngine.RectTransform 要挂载的UI Window
return void

Startup() protected method

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

Property Details

OnEnable protected property

protected UnityEngine.Events.UnityAction OnEnable
return UnityEngine.Events.UnityAction

behaviour protected property

protected LShapBehaviour behaviour
return LShapBehaviour

gameObject protected property

protected GameObject,UnityEngine gameObject
return UnityEngine.GameObject

transform protected property

protected Transform,UnityEngine transform
return UnityEngine.Transform