Click or drag to resize

ExtensionMethodsTryGetComponents Method

Overload List
  NameDescription
Public methodStatic memberTryGetComponentsT(Component, T, Boolean)
Attempts to get components on a gameobject.
Public methodStatic memberTryGetComponentsT1, T2(Component, T1, Boolean)
Attempts to get components on a gameobject.
Public methodStatic memberTryGetComponentsT(GameObject, T, Boolean)
Attempts to get components on a GameObject.
Public methodStatic memberTryGetComponentsT1, T2(GameObject, T1, Boolean)
Attempts to get components on a GameObject.
Public methodStatic memberTryGetComponentsT(GameObject, ListT, Boolean)
Searches an array of GameObjects for a certain Type of Component. Can also add it if it doesn't exist.
Public methodStatic memberTryGetComponentsT1, T2(GameObject, ListT1, Boolean)
Searches an array of GameObjects for a certain Type of Component. Can also add it if it doesn't exist.
Top
See Also