프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Scenes | GameScene>.Dictionary |
메소드 | 설명 | |
---|---|---|
AddLevel ( string name, |
Create a new level and add it to the storyboard.
|
|
GotoLevel ( string name ) : void |
Go to a new level.
|
|
LevelExists ( string name ) : bool |
Checks whether a level with such name exists.
|
|
RemoveLevel ( string name ) : void |
Remove a specific level from storyboard.
|
|
RestartLevel ( ) : void |
Restart the current level.
|
메소드 | 설명 | |
---|---|---|
GameStoryBoard ( ) : System |
public static AddLevel ( string name, |
||
name | string | Desired level name (must be unique across the game). |
level | Level. | |
리턴 | void |
public static GotoLevel ( string name ) : void | ||
name | string | Level name. |
리턴 | void |
public static LevelExists ( string name ) : bool | ||
name | string | Level name. |
리턴 | bool |
public static RemoveLevel ( string name ) : void | ||
name | string | Level. |
리턴 | void |