C# 클래스 MonsterDef, nightmare_cooperative

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

공개 프로퍼티들

프로퍼티 타입 설명
characterDefs MonsterDef[],
color Color
description string
directions int[]
hasTurnCount bool
isDistance bool
isPassable bool
isTile bool
monsterDefs MonsterDef[],
moveType RLCharacter.RLTypes
name string
pickupDefs MonsterDef[],
sx int
sy int
tile RL.TileType

프로퍼티 상세

characterDefs 공개적으로 정적으로 프로퍼티

public static MonsterDef[], characterDefs
리턴 MonsterDef[],

color 공개적으로 프로퍼티

public Color color
리턴 Color

description 공개적으로 프로퍼티

public string description
리턴 string

directions 공개적으로 프로퍼티

public int[] directions
리턴 int[]

hasTurnCount 공개적으로 프로퍼티

public bool hasTurnCount
리턴 bool

isDistance 공개적으로 프로퍼티

public bool isDistance
리턴 bool

isPassable 공개적으로 프로퍼티

public bool isPassable
리턴 bool

isTile 공개적으로 프로퍼티

public bool isTile
리턴 bool

monsterDefs 공개적으로 정적으로 프로퍼티

public static MonsterDef[], monsterDefs
리턴 MonsterDef[],

moveType 공개적으로 프로퍼티

public RLCharacter.RLTypes moveType
리턴 RLCharacter.RLTypes

name 공개적으로 프로퍼티

public string name
리턴 string

pickupDefs 공개적으로 정적으로 프로퍼티

public static MonsterDef[], pickupDefs
리턴 MonsterDef[],

sx 공개적으로 프로퍼티

public int sx
리턴 int

sy 공개적으로 프로퍼티

public int sy
리턴 int

tile 공개적으로 프로퍼티

public RL.TileType tile
리턴 RL.TileType