Class FuncaoExtra
Inheritance
object
FuncaoExtra
Namespace: Axis.Editor
Assembly: cs.temp.dll.dll
Syntax
public abstract class FuncaoExtra
Methods
FindObjectsOfTypeIncludingDisabled(Type)
Declaration
public static UnityEngine.Object[] FindObjectsOfTypeIncludingDisabled(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
Object[] |
FindObjectsOfTypeIncludingDisabled<T>()
Declaration
public static T[] FindObjectsOfTypeIncludingDisabled<T>()
Returns
Type | Description |
---|---|
T[] |
Type Parameters
Name | Description |
---|---|
T |