Click or drag to resize

UtilityFindObject Method

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
C#
public static GameObject FindObject(
	GameObject parent,
	string nameChild
)

Parameters

parent
Type: GameObject
Parent Object.
nameChild
Type: SystemString
Name child.

Return Value

Type: GameObject
The object.
See Also