C# Класс Nez.Tiled.TiledTilesetTile

these exist only for tiles with properties or animations
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
animationFrames List
id int
isDestructable bool
isOneWayPlatform bool
isSlope bool
properties string>.Dictionary
slopeTopLeft int
slopeTopRight int
tiledMap TiledMap

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

Метод Описание
TiledTilesetTile ( int id, TiledMap tiledMap ) : System

Приватные методы

Метод Описание
processProperties ( ) : void

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

TiledTilesetTile() публичный метод

public TiledTilesetTile ( int id, TiledMap tiledMap ) : System
id int
tiledMap TiledMap
Результат System

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

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

public List animationFrames
Результат List

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

public int id
Результат int

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

returns the value of an "nez:isDestructable" property if present in the properties dictionary
public bool isDestructable
Результат bool

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

returns the value of a "nez:isOneWayPlatform" property if present in the properties dictionary
public bool isOneWayPlatform
Результат bool

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

returns the value of a "nez:isSlope" property if present in the properties dictionary
public bool isSlope
Результат bool

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

public Dictionary properties
Результат string>.Dictionary

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

returns the value of a "nez:slopeTopLeft" property if present in the properties dictionary
public int slopeTopLeft
Результат int

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

returns the value of a "nez:slopeTopRight" property if present in the properties dictionary
public int slopeTopRight
Результат int

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

public TiledMap tiledMap
Результат TiledMap