C# Class SuperCaissiere.Engine.World.Tile

Grid case.
Afficher le fichier Open project: valryon/super-caissiere Class Usage Examples

Méthodes publiques

Свойство Type Description
DestRect Microsoft.Xna.Framework.Rectangle
SourceRect Microsoft.Xna.Framework.Rectangle
Spritesheet string

Méthodes publiques

Méthode Description
Clone ( ) : Tile
Tile ( string assetName, Rectangle srcRect ) : Microsoft.Xna.Framework

Method Details

Clone() public méthode

public Clone ( ) : Tile
Résultat Tile

Tile() public méthode

public Tile ( string assetName, Rectangle srcRect ) : Microsoft.Xna.Framework
assetName string
srcRect Microsoft.Xna.Framework.Rectangle
Résultat Microsoft.Xna.Framework

Property Details

DestRect public_oe property

public Rectangle,Microsoft.Xna.Framework DestRect
Résultat Microsoft.Xna.Framework.Rectangle

SourceRect public_oe property

public Rectangle,Microsoft.Xna.Framework SourceRect
Résultat Microsoft.Xna.Framework.Rectangle

Spritesheet public_oe property

public string Spritesheet
Résultat string