Click or drag to resize

Simple3DRendererVertex Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vertex(
	Vector3F position,
	uint color,
	uint colorInvisibleBehindObjects
)

Parameters

position
Type: NeoAxisVector3F
color
Type: SystemUInt32
colorInvisibleBehindObjects
Type: SystemUInt32
See Also