C# Class _1942.TileTexture

Afficher le fichier Open project: Hoobler/Projekt1

Méthodes publiques

Méthode Description
AnimationFrame ( ) : void
TileTexture ( ) : System
TileTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, char symbol, bool hFlip, bool vFlip, bool animated, int animationFrames ) : System

Method Details

AnimationFrame() public méthode

public AnimationFrame ( ) : void
Résultat void

TileTexture() public méthode

public TileTexture ( ) : System
Résultat System

TileTexture() public méthode

public TileTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, char symbol, bool hFlip, bool vFlip, bool animated, int animationFrames ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
symbol char
hFlip bool
vFlip bool
animated bool
animationFrames int
Résultat System