Click or drag to resize

ComponentUtilityCreateComponentT Method (Object, Boolean, Boolean)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static T CreateComponent<T>(
	Object[] constructorParams,
	bool createHierarchyController,
	bool componentEnable
)
where T : Component

Parameters

constructorParams
Type: SystemObject
createHierarchyController
Type: SystemBoolean
componentEnable
Type: SystemBoolean

Type Parameters

T

Return Value

Type: T
See Also