C# Class hqNx.Hqnx.ScreenQuadVert

Mostrar archivo Open project: pdjonov/hqnx

Public Properties

Property Type Description
Stride int
VertexElements Microsoft.Xna.Framework.Graphics.VertexElement[]
u float
x float

Public Methods

Method Description
ScreenQuadVert ( float x, float y, float u, float v ) : System

Method Details

ScreenQuadVert() public method

public ScreenQuadVert ( float x, float y, float u, float v ) : System
x float
y float
u float
v float
return System

Property Details

Stride public_oe static_oe property

public static int Stride
return int

VertexElements public_oe static_oe property

public static VertexElement[],Microsoft.Xna.Framework.Graphics VertexElements
return Microsoft.Xna.Framework.Graphics.VertexElement[]

u public_oe property

public float u
return float

x public_oe property

public float x
return float