Click or drag to resize

BuilderOneMeshActionsOneMeshActionExecuteDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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