Vertex struct that describes 3D position, vertex color and texture coordinate.
View code on GitHub
Namespace: DeltaEngine.Graphics.VerticesAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The VertexPosition2DColorUV type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VertexPosition2DColorUV | Initializes a new instance of the VertexPosition2DColorUV class |
Methods
Name | Description | |
---|---|---|
Lerp |
Fields
Name | Description | |
---|---|---|
Color | ||
Position | ||
SizeInBytes | ||
UV |
Properties
Name | Description | |
---|---|---|
Format |
See Also