C# Class LoadLevelFunction, Hellbound

Inheritance: MonoBehaviour
Afficher le fichier Open project: Backman/Hellbound

Méthodes publiques

Свойство Type Description
SceneName string
stuffsToshutdown GameObject[]

Méthodes publiques

Méthode Description
LoadLevel ( ) : void
LoadLevel ( int index ) : void
LoadLevel ( string name ) : void
delayLoad ( ) : void

Method Details

LoadLevel() public méthode

public LoadLevel ( ) : void
Résultat void

LoadLevel() public méthode

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

LoadLevel() public méthode

public LoadLevel ( string name ) : void
name string
Résultat void

delayLoad() public méthode

public delayLoad ( ) : void
Résultat void

Property Details

SceneName public_oe property

public string SceneName
Résultat string

stuffsToshutdown public_oe property

public GameObject[] stuffsToshutdown
Résultat GameObject[]