프로퍼티 | 타입 | 설명 | |
---|---|---|---|
componentName | string | ||
packageName | string | ||
sortingOrder | int |
메소드 | 설명 | |
---|---|---|
ApplyModifiedProperties ( bool sortingOrderChanged ) : void | ||
Capture ( ) : void | ||
CaptureInEditMode ( ) : void | ||
CreateContainer ( ) : void | ||
CreateUI ( ) : void |
|
|
DestroyTexture ( ) : void | ||
EM_BeforeUpdate ( ) : void | ||
EM_Reload ( ) : void | ||
EM_Update ( |
||
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
OnUpdateSource ( object data ) : void | ||
SetSortingOrder ( int value, bool apply ) : void |
Change the sorting order of the panel in runtime.
|
|
Start ( ) : void |
public ApplyModifiedProperties ( bool sortingOrderChanged ) : void | ||
sortingOrderChanged | bool | |
리턴 | void |
public SetSortingOrder ( int value, bool apply ) : void | ||
value | int | sorting order value |
apply | bool | false if you dont want the default sorting behavior. |
리턴 | void |