C# Class LevelLoad, 2DPlatformer

Inheritance: MonoBehaviour
Afficher le fichier Open project: MarbleGameDev/2DPlatformer Class Usage Examples

Méthodes publiques

Свойство Type Description
levelName string
levelNum int
stringUse bool

Méthodes publiques

Méthode Description
LoadLevel ( int num ) : void
LoadScene ( int num ) : void

Private Methods

Méthode Description
Load ( ) : void
Start ( ) : void

Method Details

LoadLevel() public méthode

public LoadLevel ( int num ) : void
num int
Résultat void

LoadScene() public méthode

public LoadScene ( int num ) : void
num int
Résultat void

Property Details

levelName public_oe static_oe property

public static string levelName
Résultat string

levelNum public_oe static_oe property

public static int levelNum
Résultat int

stringUse public_oe static_oe property

public static bool stringUse
Résultat bool