VertexElement ClassDelta Engine Documentation
An element of a rendering vertex (like the position, the color, the normal, the uv, etc.) View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Graphics.Vertices VertexElement

Namespace: DeltaEngine.Graphics.Vertices
Assembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class VertexElement : IEquatable<VertexElement>

The VertexElement type exposes the following members.

Constructors

  NameDescription
Public methodVertexElement(VertexElementType)
Initializes a new instance of the VertexElement class
Public methodVertexElement(VertexElementType, Int32, Int32)
Initializes a new instance of the VertexElement class
Top
Methods

  NameDescription
Public methodEquals
Public methodSaveData(BinaryWriter, Color)
Public methodSaveData(BinaryWriter, Vector2D)
Public methodSaveData(BinaryWriter, Vector3D)
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyComponentCount
Public propertyElementType
Public propertyOffset
Public propertySize
Top
See Also