VertexPosition2DUV StructureDelta Engine Documentation
Vertex struct that describes 2D position 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 VertexPosition2DUV : Lerp<VertexPosition2DUV>, 
	Lerp, Vertex

The VertexPosition2DUV type exposes the following members.

Constructors

  NameDescription
Public methodVertexPosition2DUV
Initializes a new instance of the VertexPosition2DUV class
Top
Methods

  NameDescription
Public methodLerp
Top
Fields

  NameDescription
Public fieldPosition
Public fieldStatic memberSizeInBytes
Public fieldUV
Top
Properties

  NameDescription
Public propertyFormat
Top
See Also