Unity |
public abstract class UnityUIControllerElementGlyphBase : ControllerElementGlyphBase
The UnityUIControllerElementGlyphBase type exposes the following members.
| Name | Description | |
|---|---|---|
| allowedTypes |
Determines what types of objects are allowed.
(Inherited from ControllerElementGlyphBase) | |
| animation | (Inherited from Component) Obsolete | |
| audio | (Inherited from Component) Obsolete | |
| camera | (Inherited from Component) Obsolete | |
| collider | (Inherited from Component) Obsolete | |
| collider2D | (Inherited from Component) Obsolete | |
| constantForce | (Inherited from Component) Obsolete | |
| defaultGlyphOrTextPrefab | The default prefab that will be used to instantiate glyph or text objects. Set this to override the default prefab. | |
| defaultGlyphOrTextPrefabProvider | The provider of the default glyph or text prefab. This is for internal use only. Do not set this value. | |
| enabled | (Inherited from Behaviour) | |
| gameObject | (Inherited from Component) | |
| glyphOrTextPrefab |
If set, when glyph/text objects are created, they will be instantiated from this prefab.
If left blank, the global default prefab will be used.
(Inherited from ControllerElementGlyphBase) | |
| guiElement | (Inherited from Component) Obsolete | |
| guiText | (Inherited from Component) Obsolete | |
| guiTexture | (Inherited from Component) Obsolete | |
| hideFlags | (Inherited from Object) | |
| hingeJoint | (Inherited from Component) Obsolete | |
| isActiveAndEnabled | (Inherited from Behaviour) | |
| light | (Inherited from Component) Obsolete | |
| name | (Inherited from Object) | |
| networkView | (Inherited from Component) Obsolete | |
| particleSystem | (Inherited from Component) Obsolete | |
| renderer | (Inherited from Component) Obsolete | |
| rigidbody | (Inherited from Component) Obsolete | |
| rigidbody2D | (Inherited from Component) Obsolete | |
| runInEditMode | (Inherited from MonoBehaviour) | |
| tag | (Inherited from Component) | |
| transform | (Inherited from Component) | |
| useGUILayout | (Inherited from MonoBehaviour) |
| Name | Description | |
|---|---|---|
| BroadcastMessage(String) | (Inherited from Component) | |
| BroadcastMessage(String, Object) | (Inherited from Component) | |
| BroadcastMessage(String, SendMessageOptions) | (Inherited from Component) | |
| BroadcastMessage(String, Object, SendMessageOptions) | (Inherited from Component) | |
| CancelInvoke | (Inherited from MonoBehaviour) | |
| CancelInvoke(String) | (Inherited from MonoBehaviour) | |
| CompareTag | (Inherited from Component) | |
| Equals | (Inherited from Object) | |
| GetComponent(String) | (Inherited from Component) | |
| GetComponent(Type) | (Inherited from Component) | |
| GetComponent``1 | (Inherited from Component) | |
| GetComponentInChildren(Type) | (Inherited from Component) | |
| GetComponentInChildren(Type, Boolean) | (Inherited from Component) | |
| GetComponentInChildren``1 | (Inherited from Component) | |
| GetComponentInChildren``1(Boolean) | (Inherited from Component) | |
| GetComponentInParent(Type) | (Inherited from Component) | |
| GetComponentInParent``1 | (Inherited from Component) | |
| GetComponents(Type) | (Inherited from Component) | |
| GetComponents(Type, ListComponent) | (Inherited from Component) | |
| GetComponents``1 | (Inherited from Component) | |
| GetComponents``1(ListUMP) | (Inherited from Component) | |
| GetComponentsInChildren(Type) | (Inherited from Component) | |
| GetComponentsInChildren(Type, Boolean) | (Inherited from Component) | |
| GetComponentsInChildren``1 | (Inherited from Component) | |
| GetComponentsInChildren``1(Boolean) | (Inherited from Component) | |
| GetComponentsInChildren``1(ListUMP) | (Inherited from Component) | |
| GetComponentsInChildren``1(Boolean, ListUMP) | (Inherited from Component) | |
| GetComponentsInParent(Type) | (Inherited from Component) | |
| GetComponentsInParent(Type, Boolean) | (Inherited from Component) | |
| GetComponentsInParent``1 | (Inherited from Component) | |
| GetComponentsInParent``1(Boolean) | (Inherited from Component) | |
| GetComponentsInParent``1(Boolean, ListUMP) | (Inherited from Component) | |
| GetHashCode | (Inherited from Object) | |
| GetInstanceID | (Inherited from Object) | |
| Invoke | (Inherited from MonoBehaviour) | |
| InvokeRepeating | (Inherited from MonoBehaviour) | |
| IsInvoking | (Inherited from MonoBehaviour) | |
| IsInvoking(String) | (Inherited from MonoBehaviour) | |
| RequireRebuild |
Clears all instantiated glyph / text objects so they can be recreated from the prefab.
(Inherited from ControllerElementGlyphBase) | |
| SendMessage(String) | (Inherited from Component) | |
| SendMessage(String, Object) | (Inherited from Component) | |
| SendMessage(String, SendMessageOptions) | (Inherited from Component) | |
| SendMessage(String, Object, SendMessageOptions) | (Inherited from Component) | |
| SendMessageUpwards(String) | (Inherited from Component) | |
| SendMessageUpwards(String, Object) | (Inherited from Component) | |
| SendMessageUpwards(String, SendMessageOptions) | (Inherited from Component) | |
| SendMessageUpwards(String, Object, SendMessageOptions) | (Inherited from Component) | |
| StartCoroutine(IEnumerator) | (Inherited from MonoBehaviour) | |
| StartCoroutine(String) | (Inherited from MonoBehaviour) | |
| StartCoroutine(String, Object) | (Inherited from MonoBehaviour) | |
| StartCoroutine_Auto | (Inherited from MonoBehaviour) Obsolete | |
| StopAllCoroutines | (Inherited from MonoBehaviour) | |
| StopCoroutine(Coroutine) | (Inherited from MonoBehaviour) | |
| StopCoroutine(IEnumerator) | (Inherited from MonoBehaviour) | |
| StopCoroutine(String) | (Inherited from MonoBehaviour) | |
| ToString | (Inherited from Object) |