OmegaEngine API  1.0.3
Public Member Functions | Public Attributes | Properties | List of all members
OmegaEngine.Graphics.VertexDecl.PositionColoredTextured Struct Reference

Not supported! More...

Public Member Functions

override string ToString ()
 

Public Attributes

const VertexFormat Format = VertexFormat.Position | VertexFormat.Diffuse | VertexFormat.Texture1
 The fixed-function format of this vertex structure. More...
 
const int StrideSize = 6 * 4
 The length of this vertex structure in bytes. More...
 
Vector3 Position
 The position of the vertex in entity-space More...
 
int Color
 A color by which the texture will be multiplied More...
 
float Tu
 The U-component of the texture coordinates More...
 
float Tv
 The V-component of the texture coordinates More...
 

Properties

float X [get, set]
 The X-component of the position of the vertex in entity-space More...
 
float Y [get, set]
 The Y-component of the position of the vertex in entity-space More...
 
float Z [get, set]
 The Z-component of the position of the vertex in entity-space More...
 

Detailed Description

Not supported!

Member Data Documentation

◆ Color

int OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.Color

A color by which the texture will be multiplied

◆ Format

const VertexFormat OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.Format = VertexFormat.Position | VertexFormat.Diffuse | VertexFormat.Texture1

The fixed-function format of this vertex structure.

◆ Position

Vector3 OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.Position

The position of the vertex in entity-space

◆ StrideSize

const int OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.StrideSize = 6 * 4

The length of this vertex structure in bytes.

◆ Tu

float OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.Tu

The U-component of the texture coordinates

◆ Tv

float OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.Tv

The V-component of the texture coordinates

Property Documentation

◆ X

float OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.X
getset

The X-component of the position of the vertex in entity-space

◆ Y

float OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.Y
getset

The Y-component of the position of the vertex in entity-space

◆ Z

float OmegaEngine.Graphics.VertexDecl.PositionColoredTextured.Z
getset

The Z-component of the position of the vertex in entity-space


The documentation for this struct was generated from the following file: