C# 클래스 Nez.Tiled.TiledObject

파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
gid int
height int
name string
objectType string
polyPoints Vector2[]
properties string>.Dictionary
rotation int
tiledObjectType TiledObjectType
type string
visible bool
width int
x int
y int

프로퍼티 상세

gid 공개적으로 프로퍼티

public int gid
리턴 int

height 공개적으로 프로퍼티

public int height
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

objectType 공개적으로 프로퍼티

public string objectType
리턴 string

polyPoints 공개적으로 프로퍼티

public Vector2[] polyPoints
리턴 Vector2[]

properties 공개적으로 프로퍼티

public Dictionary properties
리턴 string>.Dictionary

rotation 공개적으로 프로퍼티

public int rotation
리턴 int

tiledObjectType 공개적으로 프로퍼티

public TiledObjectType tiledObjectType
리턴 TiledObjectType

type 공개적으로 프로퍼티

public string type
리턴 string

visible 공개적으로 프로퍼티

public bool visible
리턴 bool

width 공개적으로 프로퍼티

public int width
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int