Click or drag to resize

MeshGeometryGetDataOfThisObjectEventDelegate Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void GetDataOfThisObjectEventDelegate(
	MeshGeometry sender,
	ref VertexElement[] vertexStructure,
	ref byte[] vertices,
	ref int[] indices,
	ref Material material,
	ref byte[] voxelData,
	ref byte[] virtualizedData,
	ref MeshStructureClass structure
)

Parameters

sender  MeshGeometry
 
vertexStructure  VertexElement
 
vertices  Byte
 
indices  Int32
 
material  Material
 
voxelData  Byte
 
virtualizedData  Byte
 
structure  MeshStructureClass
 
See Also