UtilityFindObjectsT Method |
Namespace:
IBM.Watson.DeveloperCloud.Utilities
Assembly:
UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static T[] FindObjects<T>(
GameObject parent,
string nameChild,
bool isContains = false,
bool sortByName = false,
bool includeInactive = true
)
where T : Component
Parameters
- parent
- Type: GameObject
- nameChild
- Type: SystemString
- isContains (Optional)
- Type: SystemBoolean
- sortByName (Optional)
- Type: SystemBoolean
- includeInactive (Optional)
- Type: SystemBoolean
Type Parameters
- T
Return Value
Type:
TSee Also