ComponentGetComponentsT Method (Boolean, Boolean, Boolean, Boolean, ActionT) |
Finds child components of the specified type.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void GetComponents<T>(
bool reverse,
bool checkChildren,
bool onlyEnabledInHierarchy,
bool depthFirstSearch,
Action<T> action
)
where T : class
Parameters
- reverse
- Type: SystemBoolean
- checkChildren
- Type: SystemBoolean
- onlyEnabledInHierarchy
- Type: SystemBoolean
- depthFirstSearch
- Type: SystemBoolean
- action
- Type: SystemActionT
Type Parameters
- T
See Also