C# Class RTSEngine.Graphics.VertexRTSAnimInst

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
AnimationFrame float
Declaration Microsoft.Xna.Framework.Graphics.VertexDeclaration
World Matrix

Public Methods

Method Description
VertexRTSAnimInst ( Matrix w, float f ) : System

Method Details

VertexRTSAnimInst() public method

public VertexRTSAnimInst ( Matrix w, float f ) : System
w Matrix
f float
return System

Property Details

AnimationFrame public property

public float AnimationFrame
return float

Declaration public static property

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

World public property

public Matrix World
return Matrix