Click or drag to resize

UndoActionPropertiesChangeItem Constructor

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Item(
	Object obj,
	MetadataProperty property,
	Object restoreValue,
	Object[] indexes = null
)

Parameters

obj
Type: SystemObject
property
Type: NeoAxisMetadataProperty
restoreValue
Type: SystemObject
indexes (Optional)
Type: SystemObject
See Also