C# Class Reactor.BillboardParticleElement

Show file Open project: reisergames/reactor-v1 Class Usage Examples

Public Properties

Property Type Description
SizeInBytes int
VertexElements Microsoft.Xna.Framework.Graphics.VertexElement[]

Public Methods

Method Description
BillboardParticleElement ( Vector3 Position, Vector2 TextureCoordinate, Vector2 XYScale, Color Color ) : System

Method Details

BillboardParticleElement() public method

public BillboardParticleElement ( Vector3 Position, Vector2 TextureCoordinate, Vector2 XYScale, Color Color ) : System
Position Vector3
TextureCoordinate Vector2
XYScale Vector2
Color Color
return System

Property Details

SizeInBytes public static property

public static int SizeInBytes
return int

VertexElements public static property

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