C# 클래스 UnityPlatformer.LevelData

파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 프로퍼티들

프로퍼티 타입 설명
isBonusLevel bool
isMenu bool
level int
nextLevel int
sceneName string
startLocked bool
unlock int[]
world int

공개 메소드들

메소드 설명
LevelData ( ) : UnityEngine

메소드 상세

LevelData() 공개 메소드

public LevelData ( ) : UnityEngine
리턴 UnityEngine

프로퍼티 상세

isBonusLevel 공개적으로 프로퍼티

Is a bonud level?
public bool isBonusLevel
리턴 bool

isMenu 공개적으로 프로퍼티

Is a menu?
public bool isMenu
리턴 bool

level 공개적으로 프로퍼티

Level number, to keep your data tide.
public int level
리턴 int

nextLevel 공개적으로 프로퍼티

Index of the next level\n -1 means next index
public int nextLevel
리턴 int

sceneName 공개적으로 프로퍼티

Scene name
public string sceneName
리턴 string

startLocked 공개적으로 프로퍼티

Start locked?\n NOTE main menu should be false
public bool startLocked
리턴 bool

unlock 공개적으로 프로퍼티

List of LevelData Indexes (@LevelManager) that will be unlocked
public int[] unlock
리턴 int[]

world 공개적으로 프로퍼티

World number, to keep your data tide.
public int world
리턴 int