Click or drag to resize

MeshGeometryVerticesWriteChannelColorByte Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void VerticesWriteChannelColorByte(
	VertexElementSemantic semantic,
	ColorByte[] data,
	byte[] writeToVertices
)

Parameters

semantic
Type: NeoAxisVertexElementSemantic
data
Type: NeoAxisColorByte
writeToVertices
Type: SystemByte
See Also