Click or drag to resize

DocumentWindowAddClonedSelectableChildrenToList Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.0.0 (2023.1.0.0)
Syntax
C#
public static void AddClonedSelectableChildrenToList(
	List<Component> list,
	Component component
)

Parameters

list
Type: System.Collections.GenericListComponent
component
Type: NeoAxisComponent
See Also