C# Class Artemis.Engine.Graphics.SpriteSheet.Tile

Afficher le fichier Open project: ArtemisEngine/Artemis-Engine

Méthodes publiques

Свойство Type Description
Rectangle Microsoft.Xna.Framework.Rectangle
TextureID int

Méthodes publiques

Méthode Description
Tile ( int id, Rectangle rectangle ) : System.Collections.Generic

Method Details

Tile() public méthode

public Tile ( int id, Rectangle rectangle ) : System.Collections.Generic
id int
rectangle Microsoft.Xna.Framework.Rectangle
Résultat System.Collections.Generic

Property Details

Rectangle public_oe property

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

TextureID public_oe property

The index of the texture associated with this rectangle in the list of LoadedTextures (not a property of TextureReference, but of the SpriteSheet a TextureReference belongs to).
public int TextureID
Résultat int