Finds the object in child of parent object by name of child
Namespace:
IBM.Watson.DeveloperCloud.Utilities
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static GameObject FindObject(
GameObject parent,
string nameChild
)
Parameters
- parent
- Type: GameObject
Parent Object. - nameChild
- Type: SystemString
Name child.
Return Value
Type:
GameObjectThe object.
See Also