Property | Type | Description | |
---|---|---|---|
componentName | string | ||
packageName | string | ||
sortingOrder | int |
Method | Description | |
---|---|---|
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 | |
return | void |
public EM_Update ( |
||
context | ||
return | void |
public SetSortingOrder ( int value, bool apply ) : void | ||
value | int | sorting order value |
apply | bool | false if you dont want the default sorting behavior. |
return | void |