GameObjectExtensions
Class in Arbor.Extensions / Inherits from: object
Description
GameObject extension class
Static Methods
Method Name | Description |
---|---|
GetComponentsInChildrenTemp | Get a List of components, including the components of the child GameObject. Since the acquired List instance is shared, it can be used only temporarily. |
GetComponentsTemp | Get a List of components. Since the acquired List instance is shared, it can be used only temporarily. |