C# 클래스 tk2dRuntime.TileMap.LayerInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
generateCollider bool
hash int
name string
skipMeshGeneration bool
unityLayer int
useColor bool
z float

공개 메소드들

메소드 설명
LayerInfo ( ) : System.Collections.Generic

메소드 상세

LayerInfo() 공개 메소드

public LayerInfo ( ) : System.Collections.Generic
리턴 System.Collections.Generic

프로퍼티 상세

generateCollider 공개적으로 프로퍼티

public bool generateCollider
리턴 bool

hash 공개적으로 프로퍼티

public int hash
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

skipMeshGeneration 공개적으로 프로퍼티

public bool skipMeshGeneration
리턴 bool

unityLayer 공개적으로 프로퍼티

public int unityLayer
리턴 int

useColor 공개적으로 프로퍼티

public bool useColor
리턴 bool

z 공개적으로 프로퍼티

public float z
리턴 float