Click or drag to resize

BuilderOneMeshActionsOneMeshActionExecuteDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void OneMeshActionExecuteDelegate(
	Mesh mesh,
	List<UndoSystemAction> undo,
	ref bool undoLocked
)

Parameters

mesh
Type: NeoAxisMesh
undo
Type: System.Collections.GenericListUndoSystemAction
undoLocked
Type: SystemBoolean
See Also