VertexPosition3DUV StructureDelta Engine Documentation
Vertex struct that describes 3D 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 VertexPosition3DUV : Lerp<VertexPosition3DUV>, 
	Lerp, Vertex

The VertexPosition3DUV type exposes the following members.

Constructors

  NameDescription
Public methodVertexPosition3DUV(Vector2D, Vector2D)
Initializes a new instance of the VertexPosition3DUV class
Public methodVertexPosition3DUV(Vector3D, Vector2D)
Initializes a new instance of the VertexPosition3DUV class
Top
Methods

  NameDescription
Public methodLerp
Top
Fields

  NameDescription
Public fieldPosition
Public fieldStatic memberSizeInBytes
Public fieldUV
Top
Properties

  NameDescription
Public propertyFormat
Top
See Also