C# Class Dischord.Engine.TileSet

Afficher le fichier Open project: jbrownbridge/Dischord Class Usage Examples

Méthodes publiques

Méthode Description
Rectangle ( int position ) : Rectangle
TileSet ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int columns, int rows ) : Microsoft.Xna.Framework

Method Details

Rectangle() public méthode

public Rectangle ( int position ) : Rectangle
position int
Résultat Microsoft.Xna.Framework.Rectangle

TileSet() public méthode

public TileSet ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int columns, int rows ) : Microsoft.Xna.Framework
texture Microsoft.Xna.Framework.Graphics.Texture2D
columns int
rows int
Résultat Microsoft.Xna.Framework