C# 클래스 Nez.Tiled.TiledTilesetTile

these exist only for tiles with properties or animations
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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