Click or drag to resize

ComponentAddComponent Method

Adds a component as a child.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void AddComponent(
	Component component,
	int insertIndex = -1
)

Parameters

component
Type: NeoAxisComponent
insertIndex (Optional)
Type: SystemInt32
See Also