Class GameObjectExtensions
Namespace: QFSW.QC.Utilities
Assembly: QFSW.QC.dll
Syntax
public static class GameObjectExtensions
Methods
Find(String, Boolean)
Declaration
public static GameObject Find(string name, bool includeInactive = false)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Boolean | includeInactive |
Returns
Type | Description |
---|---|
GameObject |
Find(String, GameObject)
Declaration
public static GameObject Find(string name, GameObject root)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
GameObject | root |
Returns
Type | Description |
---|---|
GameObject |