Click or drag to resize

CreatureMakerUpdateMeshEventDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public delegate void UpdateMeshEventDelegate(
	CreatureMaker sender,
	Mesh mesh,
	ref bool handled
)

Parameters

sender
Type: NeoAxisCreatureMaker
mesh
Type: NeoAxisMesh
handled
Type: SystemBoolean
See Also