An element of a rendering vertex (like the position, the color, the normal, the uv, etc.)
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Graphics.Vertices VertexElement
Namespace: DeltaEngine.Graphics.Vertices
Assembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The VertexElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VertexElement(VertexElementType) | Initializes a new instance of the VertexElement class | |
VertexElement(VertexElementType, Int32, Int32) | Initializes a new instance of the VertexElement class |
Methods
Name | Description | |
---|---|---|
Equals | ||
SaveData(BinaryWriter, Color) | ||
SaveData(BinaryWriter, Vector2D) | ||
SaveData(BinaryWriter, Vector3D) | ||
ToString | (Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
ComponentCount | ||
ElementType | ||
Offset | ||
Size |
See Also