C# Class LoadLevelFunction, Hellbound

Inheritance: MonoBehaviour
Mostra file Open project: Backman/Hellbound

Public Properties

Property Type Description
SceneName string
stuffsToshutdown GameObject[]

Public Methods

Method Description
LoadLevel ( ) : void
LoadLevel ( int index ) : void
LoadLevel ( string name ) : void
delayLoad ( ) : void

Method Details

LoadLevel() public method

public LoadLevel ( ) : void
return void

LoadLevel() public method

public LoadLevel ( int index ) : void
index int
return void

LoadLevel() public method

public LoadLevel ( string name ) : void
name string
return void

delayLoad() public method

public delayLoad ( ) : void
return void

Property Details

SceneName public_oe property

public string SceneName
return string

stuffsToshutdown public_oe property

public GameObject[] stuffsToshutdown
return GameObject[]