Click or drag to resize

GroupOfObjectsUndoUndoActionCreateDelete Constructor (GroupOfObjects, Int32, Boolean, Boolean)

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public UndoActionCreateDelete(
	GroupOfObjects groupOfObjects,
	int[] indexes,
	bool create,
	bool callDestroyObjects
)

Parameters

groupOfObjects
Type: NeoAxisGroupOfObjects
indexes
Type: SystemInt32
create
Type: SystemBoolean
callDestroyObjects
Type: SystemBoolean
See Also