ExtensionMethodsTryGetComponents Method |
| Name | Description | |
|---|---|---|
| TryGetComponentsT(Component, T, Boolean) |
Attempts to get components on a gameobject.
| |
| TryGetComponentsT1, T2(Component, T1, Boolean) |
Attempts to get components on a gameobject.
| |
| TryGetComponentsT(GameObject, T, Boolean) |
Attempts to get components on a GameObject.
| |
| TryGetComponentsT1, T2(GameObject, T1, Boolean) |
Attempts to get components on a GameObject.
| |
| TryGetComponentsT(GameObject, ListT, Boolean) |
Searches an array of GameObjects for a certain Type of Component. Can also add it if it doesn't exist.
| |
| TryGetComponentsT1, T2(GameObject, ListT1, Boolean) |
Searches an array of GameObjects for a certain Type of Component. Can also add it if it doesn't exist.
|