|
| GridLayoutGroup () |
|
override void | OnEnable () |
|
override void | OnDisable () |
|
override void | OnDidApplyAnimationProperties () |
|
float | GetTotalMinSize (int axis) |
|
float | GetTotalPreferredSize (int axis) |
|
float | GetTotalFlexibleSize (int axis) |
|
float | GetStartOffset (int axis, float requiredSpaceWithoutPadding) |
|
float | GetAlignmentOnAxis (int axis) |
|
void | SetLayoutInputForAxis (float totalMin, float totalPreferred, float totalFlexible, int axis) |
|
void | SetChildAlongAxis (RectTransform rect, int axis, float pos) |
|
void | SetChildAlongAxis (RectTransform rect, int axis, float pos, float size) |
|
void | SetChildAlongAxisWithScale (RectTransform rect, int axis, float pos, float scaleFactor) |
|
void | SetChildAlongAxisWithScale (RectTransform rect, int axis, float pos, float size, float scaleFactor) |
|
override void | OnRectTransformDimensionsChange () |
|
virtual void | OnTransformChildrenChanged () |
|
void | SetProperty< T > (T currentValue, T newValue) |
|
void | SetDirty () |
|
virtual void | Awake () |
|
virtual void | Start () |
|
virtual void | OnDestroy () |
|
virtual void | OnBeforeTransformParentChanged () |
|
virtual void | OnTransformParentChanged () |
|
virtual void | OnCanvasGroupChanged () |
|
virtual void | OnCanvasHierarchyChanged () |
|
|
static bool | IsInvoking ([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName) |
|
static void | CancelInvoke ([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName) |
|
static void | Internal_CancelInvokeAll ([NotNull("NullExceptionObject")] MonoBehaviour self) |
|
static bool | Internal_IsInvokingAll ([NotNull("NullExceptionObject")] MonoBehaviour self) |
|
static void | InvokeDelayed ([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName, float time, float repeatRate) |
|
static bool | IsObjectMonoBehaviour ([NotNull("NullExceptionObject")] Object obj) |
|
static bool | CompareBaseObjects (Object lhs, Object rhs) |
|
static bool | IsNativeObjectAlive (Object o) |
|
static void | CheckNullArgument (object arg, string message) |
|
static string | ToString (Object obj) |
|
static int | GetOffsetOfInstanceIDInCPlusPlusObject () |
|
static Object | Internal_CloneSingle ([NotNull("NullExceptionObject")] Object data) |
|
static Object | Internal_InstantiateSingle ([NotNull("NullExceptionObject")] Object data, Vector3 pos, Quaternion rot) |
|
static string | GetName ([NotNull("NullExceptionObject")] Object obj) |
|
static void | SetName ([NotNull("NullExceptionObject")] Object obj, string name) |
|
static Object | Internal_InstantiateSingle_Injected (Object data, Vector3 pos, Quaternion rot) |
|
Definition at line 8 of file GridLayoutGroup.cs.