Click or drag to resize

LightningSpellScriptFindChildRecursively Method

Find a game object searching recursively through all children and grand-children, etc.

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static GameObject FindChildRecursively(
	Transform t,
	string name
)

Parameters

t
Type: Transform
Transform
name
Type: SystemString
Name of object to find

Return Value

Type: GameObject
GameObject or null if not found
See Also