Table of Contents

Struct PositionColoredTextured

Namespace
OmegaEngine.Graphics.VertexDecl
Assembly
OmegaEngine.dll

Not supported!

public struct PositionColoredTextured
Inherited Members
Extension Methods

Fields

Color

A color by which the texture will be multiplied

public int Color

Field Value

int

Format

The fixed-function format of this vertex structure.

public const VertexFormat Format = Position | Diffuse | Texture1

Field Value

VertexFormat

Position

The position of the vertex in entity-space

public Vector3 Position

Field Value

Vector3

StrideSize

The length of this vertex structure in bytes.

public const int StrideSize = 24

Field Value

int

Tu

The U-component of the texture coordinates

public float Tu

Field Value

float

Tv

The V-component of the texture coordinates

public float Tv

Field Value

float

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.