Method | Description | |
---|---|---|
ApplyPanelOrder ( |
设置UIPanel/UIPainter等的渲染层次,由UIPanel等内部调用。开发者不需要调用。
|
|
CancelClick ( int touchId ) : void |
|
|
CloseKeyboard ( ) : void |
|
|
DisableSound ( ) : void |
|
|
EnableSound ( ) : void |
|
|
GetAllTouch ( int result ) : int[] | ||
GetTouchPosition ( int touchId ) : Vector2 |
|
|
Instantiate ( ) : void |
|
|
MonitorTexture ( NTexture texture ) : void |
|
|
OpenKeyboard ( string text, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder, int keyboardType ) : void |
|
|
PlayOneShotSound ( AudioClip clip ) : void |
|
|
PlayOneShotSound ( AudioClip clip, float volumeScale ) : void |
|
|
ResetInputState ( ) : void |
|
|
SetCustomInput ( RaycastHit &hit, bool buttonDown ) : void |
|
|
SetCustomInput ( RaycastHit &hit, bool buttonDown, bool buttonUp ) : void |
|
|
SetCustomInput ( Vector2 screenPos, bool buttonDown ) : void |
|
|
SetCustomInput ( Vector2 screenPos, bool buttonDown, bool buttonUp ) : void |
|
|
SortWorldSpacePanelsByZOrder ( int panelSortingOrder ) : void |
Adjust display order of all UIPanels rendering in worldspace by their z order.
|
|
Stage ( ) : System.Collections.Generic |
|
Method | Description | |
---|---|---|
AddTouchEndMonitor ( int touchId, |
||
CompareZ ( |
||
CreatePoolManager ( string name ) : |
||
GetHitTarget ( ) : void | ||
HandleCustomInput ( ) : void | ||
HandleEvents ( ) : void | ||
HandleGUIEvents ( Event evt ) : void | ||
HandleMouseEvents ( ) : void | ||
HandleRollOver ( TouchInfo touch ) : void | ||
HandleScreenSizeChanged ( ) : void | ||
HandleTextInput ( ) : void | ||
HandleTouchEvents ( ) : void | ||
InternalUpdate ( ) : void | ||
OnFocusRemoved ( EventContext context ) : void | ||
RunTextureCollector ( object param ) : void | ||
SceneManager_sceneLoaded ( Scene scene, LoadSceneMode mode ) : void | ||
UpdateTouchPosition ( ) : void |
public ApplyPanelOrder ( |
||
target | ||
return | void |
public GetTouchPosition ( int touchId ) : Vector2 | ||
touchId | int | |
return | Vector2 |
public MonitorTexture ( NTexture texture ) : void | ||
texture | NTexture | |
return | void |
public OpenKeyboard ( string text, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder, int keyboardType ) : void | ||
text | string | |
autocorrection | bool | |
multiline | bool | |
secure | bool | |
alert | bool | |
textPlaceholder | string | |
keyboardType | int | |
return | void |
public PlayOneShotSound ( AudioClip clip ) : void | ||
clip | AudioClip | |
return | void |
public PlayOneShotSound ( AudioClip clip, float volumeScale ) : void | ||
clip | AudioClip | |
volumeScale | float | |
return | void |
public SetCustomInput ( RaycastHit &hit, bool buttonDown ) : void | ||
hit | RaycastHit | |
buttonDown | bool | |
return | void |
public SetCustomInput ( RaycastHit &hit, bool buttonDown, bool buttonUp ) : void | ||
hit | RaycastHit | |
buttonDown | bool | |
buttonUp | bool | |
return | void |
public SetCustomInput ( Vector2 screenPos, bool buttonDown ) : void | ||
screenPos | Vector2 | |
buttonDown | bool | |
return | void |
public SetCustomInput ( Vector2 screenPos, bool buttonDown, bool buttonUp ) : void | ||
screenPos | Vector2 | |
buttonDown | bool | |
buttonUp | bool | |
return | void |
public SortWorldSpacePanelsByZOrder ( int panelSortingOrder ) : void | ||
panelSortingOrder | int | Only UIPanel.sortingOrder equals to this value will be involve in this sorting |
return | void |
public Stage ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |