C# 클래스 LevelDef, nightmare_cooperative

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

공개 프로퍼티들

프로퍼티 타입 설명
levels LevelDef[],
possibleMonsters PossibleMonster[],
spawnCountHigh int
spawnCountLow int
spawnRate int

공개 메소드들

메소드 설명
GetMonsterForLevel ( ) : MonsterDef,

비공개 메소드들

메소드 설명
RebuildPercent ( ) : void

메소드 상세

GetMonsterForLevel() 공개 메소드

public GetMonsterForLevel ( ) : MonsterDef,
리턴 MonsterDef,

프로퍼티 상세

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

public static LevelDef[], levels
리턴 LevelDef[],

possibleMonsters 공개적으로 프로퍼티

public PossibleMonster[], possibleMonsters
리턴 PossibleMonster[],

spawnCountHigh 공개적으로 프로퍼티

public int spawnCountHigh
리턴 int

spawnCountLow 공개적으로 프로퍼티

public int spawnCountLow
리턴 int

spawnRate 공개적으로 프로퍼티

public int spawnRate
리턴 int