Click or drag to resize

BuilderActionsBoolActionExecute Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void BoolActionExecute(
	BuilderActionsMeshInSpaceItem[] meshInSpaceItems,
	List<UndoSystemAction> undoMeshInSpacesCreateDelete,
	DocumentInstance document,
	BuilderActionsBoolActionEnum boolAction
)

Parameters

meshInSpaceItems
Type: NeoAxis.EditorBuilderActionsMeshInSpaceItem
undoMeshInSpacesCreateDelete
Type: System.Collections.GenericListUndoSystemAction
document
Type: NeoAxis.EditorDocumentInstance
boolAction
Type: NeoAxis.EditorBuilderActionsBoolActionEnum
See Also