C# Class Ypsilon.Core.Graphics.VertexPositionTextureDataColor

显示文件 Open project: ZaneDubya/YCPU Class Usage Examples

Public Properties

Property Type Description
Data Microsoft.Xna.Framework.Vector4
Hue Microsoft.Xna.Framework.Color
PolyBuffer Ypsilon.Core.Graphics.VertexPositionTextureDataColor[]
PolyBufferFlipped Ypsilon.Core.Graphics.VertexPositionTextureDataColor[]
Position Microsoft.Xna.Framework.Vector3
UV Microsoft.Xna.Framework.Vector2
VertexDeclaration Microsoft.Xna.Framework.Graphics.VertexDeclaration

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : string
VertexPositionTextureDataColor ( Microsoft.Xna.Framework.Vector3 position, Vector2 uv, Vector4 data, Microsoft.Xna.Framework.Color hue ) : Microsoft.Xna.Framework

Method Details

ToString() public method

public ToString ( ) : string
return string

VertexPositionTextureDataColor() public method

public VertexPositionTextureDataColor ( Microsoft.Xna.Framework.Vector3 position, Vector2 uv, Vector4 data, Microsoft.Xna.Framework.Color hue ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Vector3
uv Microsoft.Xna.Framework.Vector2
data Microsoft.Xna.Framework.Vector4
hue Microsoft.Xna.Framework.Color
return Microsoft.Xna.Framework

Property Details

Data public_oe property

public Vector4,Microsoft.Xna.Framework Data
return Microsoft.Xna.Framework.Vector4

Hue public_oe property

public Color,Microsoft.Xna.Framework Hue
return Microsoft.Xna.Framework.Color

PolyBuffer public_oe static_oe property

public static VertexPositionTextureDataColor[],Ypsilon.Core.Graphics PolyBuffer
return Ypsilon.Core.Graphics.VertexPositionTextureDataColor[]

PolyBufferFlipped public_oe static_oe property

public static VertexPositionTextureDataColor[],Ypsilon.Core.Graphics PolyBufferFlipped
return Ypsilon.Core.Graphics.VertexPositionTextureDataColor[]

Position public_oe property

public Vector3,Microsoft.Xna.Framework Position
return Microsoft.Xna.Framework.Vector3

UV public_oe property

public Vector2,Microsoft.Xna.Framework UV
return Microsoft.Xna.Framework.Vector2

VertexDeclaration public_oe static_oe property

public static VertexDeclaration,Microsoft.Xna.Framework.Graphics VertexDeclaration
return Microsoft.Xna.Framework.Graphics.VertexDeclaration