Simplest vertex format with just 2D positions and vertex colors (8 + 4 bytes).
View code on GitHub
Namespace: DeltaEngine.Graphics.VerticesAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The VertexPosition2DColor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VertexPosition2DColor | Initializes a new instance of the VertexPosition2DColor class |
Methods
Name | Description | |
---|---|---|
Lerp |
Fields
Name | Description | |
---|---|---|
Color | ||
Position | ||
SizeInBytes |
Properties
Name | Description | |
---|---|---|
Format |
See Also