Click or drag to resize

HCItemScript Constructor

Initializes a new instance of the HCItemScript class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public HCItemScript(
	HierarchicalContainer owner,
	HierarchicalContainerItem parent,
	Object[] controlledObjects,
	MetadataProperty property,
	Object[] indexers
)

Parameters

owner
Type: NeoAxis.EditorHierarchicalContainer
parent
Type: NeoAxis.EditorHierarchicalContainerItem
controlledObjects
Type: SystemObject
property
Type: NeoAxisMetadataProperty
indexers
Type: SystemObject
See Also