C# Class MiningGame.Code.AnimationFrame

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Méthode Description
AnimationFrame ( ) : System
AnimationFrame ( string s, string asset, int delay ) : System
frameTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D

Method Details

AnimationFrame() public méthode

public AnimationFrame ( ) : System
Résultat System

AnimationFrame() public méthode

public AnimationFrame ( string s, string asset, int delay ) : System
s string
asset string
delay int
Résultat System

frameTexture() public méthode

public frameTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
Résultat Microsoft.Xna.Framework.Graphics.Texture2D