Click or drag to resize

ComponentGetComponents Method (Boolean, Boolean, Boolean, Boolean, ActionComponent)

Finds child components.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetComponents(
	bool reverse,
	bool checkChildren,
	bool onlyEnabledInHierarchy,
	bool depthFirstSearch,
	Action<Component> action
)

Parameters

reverse
Type: SystemBoolean
checkChildren
Type: SystemBoolean
onlyEnabledInHierarchy
Type: SystemBoolean
depthFirstSearch
Type: SystemBoolean
action
Type: SystemActionComponent
See Also