프로퍼티 | 타입 | 설명 | |
---|---|---|---|
componentName | string | ||
fitScreen | FitScreen | ||
packageName | string | ||
sortingOrder | int |
메소드 | 설명 | |
---|---|---|
ApplyModifiedProperties ( bool sortingOrderChanged, bool fitScreenChanged ) : void | ||
CacheNativeChildrenRenderers ( ) : void |
|
|
CreateContainer ( ) : void | ||
CreateUI ( ) : void |
|
|
CreateUI_EditMode ( ) : void | ||
CreateUI_PlayMode ( ) : void | ||
EM_BeforeUpdate ( ) : void | ||
EM_Reload ( ) : void | ||
EM_Update ( |
||
GetUIWorldPosition ( ) : Vector3 | ||
HandleScreenSizeChanged ( ) : void | ||
MoveUI ( Vector3 delta ) : void | ||
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnDrawGizmos ( ) : void | ||
OnEnable ( ) : void | ||
OnUpdateSource ( object data ) : void | ||
SetHitTestMode ( HitTestMode value ) : void |
|
|
SetSortingOrder ( int value, bool apply ) : void |
Change the sorting order of the panel in runtime.
|
|
Start ( ) : void | ||
Update ( ) : void | ||
UpdateHitArea ( ) : void |
public ApplyModifiedProperties ( bool sortingOrderChanged, bool fitScreenChanged ) : void | ||
sortingOrderChanged | bool | |
fitScreenChanged | bool | |
리턴 | void |
public SetHitTestMode ( HitTestMode value ) : void | ||
value | HitTestMode | |
리턴 | void |
public SetSortingOrder ( int value, bool apply ) : void | ||
value | int | sorting order value |
apply | bool | false if you dont want the default sorting behavior. e.g. call Stage.SortWorldSpacePanelsByZOrder later. |
리턴 | void |