Click or drag to resize

MeshGeometryOnGetDataOfThisObject Method


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

Parameters

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