C# Класс Artemis.Engine.Graphics.SpriteSheet.Tile

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Rectangle Microsoft.Xna.Framework.Rectangle
TextureID int

Открытые методы

Метод Описание
Tile ( int id, Rectangle rectangle ) : System.Collections.Generic

Описание методов

Tile() публичный Метод

public Tile ( int id, Rectangle rectangle ) : System.Collections.Generic
id int
rectangle Microsoft.Xna.Framework.Rectangle
Результат System.Collections.Generic

Описание свойств

Rectangle публичное свойство

public Rectangle,Microsoft.Xna.Framework Rectangle
Результат Microsoft.Xna.Framework.Rectangle

TextureID публичное свойство

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
Результат int