C# Class RTSEngine.Graphics.VertexRTSAnimInst

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationFrame float
Declaration Microsoft.Xna.Framework.Graphics.VertexDeclaration
World Matrix

Méthodes publiques

Méthode Description
VertexRTSAnimInst ( Matrix w, float f ) : System

Method Details

VertexRTSAnimInst() public méthode

public VertexRTSAnimInst ( Matrix w, float f ) : System
w Matrix
f float
Résultat System

Property Details

AnimationFrame public_oe property

public float AnimationFrame
Résultat float

Declaration public_oe static_oe property

public static VertexDeclaration,Microsoft.Xna.Framework.Graphics Declaration
Résultat Microsoft.Xna.Framework.Graphics.VertexDeclaration

World public_oe property

public Matrix World
Résultat Matrix