Table of Contents

Method FindChild

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

FindChild(Component, string)

public static GameObject FindChild(this Component component, string childName)

Parameters

component Component
childName string

Returns

GameObject

FindChild(Component, string, bool)

public static GameObject FindChild(this Component component, string childName, bool recursive)

Parameters

component Component
childName string
recursive bool

Returns

GameObject