Click or drag to resize

UndoActionListAddRemove Constructor

Initializes a new instance of the UndoActionListAddRemove class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public UndoActionListAddRemove(
	Object list,
	ICollection<int> objectIndexes,
	bool add
)

Parameters

list  Object
 
objectIndexes  ICollectionInt32
 
add  Boolean
 
See Also