|
void | GetLocalCorners (Vector3[] fourCornersArray) |
|
void | GetWorldCorners (Vector3[] fourCornersArray) |
|
void | SetSizeWithCurrentAnchors (RectTransform.Axis axis, float size) |
|
delegate void | ReapplyDrivenProperties (RectTransform driven) |
|
void | SetParent (Transform p) |
|
void | SetParent (Transform parent, bool worldPositionStays) |
|
void | Rotate (Vector3 axis, float angle, [DefaultValue("Space.Self")] Space relativeTo) |
|
Vector3 | TransformDirection (Vector3 direction) |
|
Vector3 | TransformPoint (Vector3 position) |
|
Vector3 | InverseTransformPoint (Vector3 position) |
|
void | SetAsFirstSibling () |
|
int | GetSiblingIndex () |
|
bool | IsChildOf ([NotNull("ArgumentNullException")] Transform parent) |
|
IEnumerator | GetEnumerator () |
|
Transform | GetChild (int index) |
|
Component | GetComponent (Type type) |
|
T | GetComponent< T > () |
|
Component | GetComponentInChildren (Type t, bool includeInactive) |
|
T | GetComponentInChildren< T > () |
|
T[] | GetComponentsInChildren< T > (bool includeInactive) |
|
void | GetComponentsInChildren< T > (bool includeInactive, List< T > result) |
|
void | GetComponentsInChildren< T > (List< T > results) |
|
Component | GetComponentInParent (Type t, bool includeInactive) |
|
T | GetComponentInParent< T > () |
|
T[] | GetComponentsInParent< T > (bool includeInactive) |
|
void | GetComponentsInParent< T > (bool includeInactive, List< T > results) |
|
T[] | GetComponentsInParent< T > () |
|
void | GetComponents (Type type, List< Component > results) |
|
void | GetComponents< T > (List< T > results) |
|
T[] | GetComponents< T > () |
|
unsafe int | GetInstanceID () |
|
override int | GetHashCode () |
|
override bool | Equals (object other) |
|
static void | Destroy (Object obj, [DefaultValue("0.0F")] float t) |
|
static void | DestroyImmediate (Object obj, [DefaultValue("false")] bool allowDestroyingAssets) |
|
static Object[] | FindObjectsOfType (Type type, bool includeInactive) |
|
static void | DontDestroyOnLoad ([NotNull("NullExceptionObject")] Object target) |
|
override string | ToString () |
|
Definition at line 14 of file RectTransform.cs.