C# Class RTSEngine.Graphics.VertexRTSAnimInst

ファイルを表示 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_oe property

public float AnimationFrame
return float

Declaration public_oe static_oe property

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

World public_oe property

public Matrix World
return Matrix