C# Class _1942.TileTexture

Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

Method 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 method

public AnimationFrame ( ) : void
return void

TileTexture() public method

public TileTexture ( ) : System
return System

TileTexture() public method

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
return System