|
Elin Decompiled Documentation EA 23.247 Stable
|
Static Public Member Functions | |
| static int | Distance (int pX1, int pY1, int pX2, int pY2) |
| static T | CopyComponent< T > (T original, GameObject destination) |
| static T | Instantiate< T > (T t, Component parent=null) |
| static Transform | Instantiate (string path, Component parent=null) |
| static T | Instantiate< T > (string path, Component parent=null) |
| static void | DestroyChildren (Transform trans) |
| static void | RebuildLayoutInParents (Component c, Component root) |
| static void | SetRectToFitScreen (RectTransform rect) |
| static void | ClampToScreen (RectTransform rect, int margin=0) |
| static float | GetAngle (Vector3 self, Vector3 target) |
| static float | GetAngle (float x, float y) |
| static VectorDir | GetVectorDir (Vector3 normal) |
| static Vector2 | ConvertAxis (Vector2 v) |
| static Vector2 | WorldToUIPos (Vector3 worldPoint, RectTransform container) |
| static T | RandomEnum< T > () |
| static List< T > | EnumToList< T > () |
| static void | ShowExplorer (string itemPath, bool selectFirstFile=false) |
| static void | Run (string itemPath) |
| static T[,] | ResizeArray< T > (T[,] original, int x, int y, Func< int, int, T > func) |
Static Public Attributes | |
| static Color[] | alphaMap |
| static Canvas | canvas |
Static Private Member Functions | |
| static | Util () |
|
inlinestaticprivate |
|
inlinestatic |
Definition at line 110 of file Util.cs.
References BaseCore.canvas, and BaseCore.Instance.
|
inlinestatic |
Definition at line 157 of file Util.cs.
|
inlinestatic |
| T | : | Component |
Definition at line 29 of file Util.cs.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 132 of file Util.cs.
|
inlinestatic |
Definition at line 67 of file Util.cs.
Referenced by Instantiate< T >().
|
inlinestatic |
| T | : | Component |
Definition at line 72 of file Util.cs.
References Instantiate().
|
inlinestatic |
| T | : | Component |
Definition at line 56 of file Util.cs.
|
inlinestatic |
|
inlinestatic |
Definition at line 90 of file Util.cs.
References RebuildLayoutInParents().
Referenced by RebuildLayoutInParents().
|
inlinestatic |
Definition at line 247 of file Util.cs.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 228 of file Util.cs.
|
inlinestatic |
Definition at line 209 of file Util.cs.