Click or drag to resize

MeshGeometry_PlaneGetProceduralGeneratedData Method


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

Parameters

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