Click or drag to resize

UndoActionPropertiesChangeItem Constructor

Initializes a new instance of the UndoActionPropertiesChangeItem class

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

Parameters

obj  Object
 
property  MetadataProperty
 
restoreValue  Object
 
indexes  Object  (Optional)
 
See Also