VertexPosition2DColorUV StructureDelta Engine Documentation
Vertex struct that describes 3D position, vertex color and texture coordinate. View code on GitHub

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

public struct VertexPosition2DColorUV : Lerp<VertexPosition2DColorUV>, 
	Lerp, Vertex

The VertexPosition2DColorUV type exposes the following members.

Constructors

  NameDescription
Public methodVertexPosition2DColorUV
Initializes a new instance of the VertexPosition2DColorUV class
Top
Methods

  NameDescription
Public methodLerp
Top
Fields

  NameDescription
Public fieldColor
Public fieldPosition
Public fieldStatic memberSizeInBytes
Public fieldUV
Top
Properties

  NameDescription
Public propertyFormat
Top
See Also