Class Shims
Namespace: LeTai.TrueShadow
Assembly: LeTai.TrueShadow.dll
Methods
FindObjectOfType<T>(bool, bool)
Declaration
public static T FindObjectOfType<T>(bool includeInactive = false, bool sorted = true) where T : Object
Parameters
Type | Name | Description |
---|---|---|
bool | includeInactive | |
bool | sorted |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
FindObjectsOfType<T>(bool)
Declaration
public static T[] FindObjectsOfType<T>(bool includeInactive = false) where T : Object
Parameters
Type | Name | Description |
---|---|---|
bool | includeInactive |
Returns
Type | Description |
---|---|
T[] |
Type Parameters
Name | Description |
---|---|
T |