Click or drag to resize

MeshGeometry_ConeGetProceduralGeneratedData Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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
Type: NeoAxisVertexElement
vertices
Type: SystemByte
indices
Type: SystemInt32
material
Type: NeoAxisMaterial
voxelData
Type: SystemByte
clusterData
Type: SystemByte
structure
Type: NeoAxisMeshStructureClass
See Also