Inherits CrossLink.CoreMgr.
|
|
override void | OnStateClear () |
| |
|
QuadBase | CreateUIButRemoveIfExist (string name) |
| |
|
QuadBase | CreateUI (string name, Transform parent=null) |
| |
|
QuadBase | GetPanel (string name) |
| |
|
bool | RemoveUI (QuadBase panel) |
| |
|
bool | RemoveUI (string name) |
| |
|
virtual void | OnInit () |
| |
|
virtual void | OnRelease () |
| |
|
|
static bool | IsOffScreen (Vector3 screenPos, float screenWidth, float screenHeight) |
| |
|
static bool | ClampScreenPos (Vector3 screenPos, float screenWidth, float screenHeight, float border, out Vector3 pos, out float rot) |
| |
|
|
Dictionary< string, List< QuadBase > > | uiList = new Dictionary<string, List<QuadBase>>() |
| |