C# Class NetworkLevelLoad, unity-network-sample

Inheritance: MonoBehaviour
Mostra file Open project: anchan828/unity-network-sample Class Usage Examples

Public Properties

Property Type Description
disconnectedLevel string
supportedNetworkLevels string[]

Public Methods

Method Description
Awake ( ) : void
OnDisconnectedFromServer ( ) : void
OnGUI ( ) : void

Private Methods

Method Description
LoadLevel ( string level, int levelPrefix ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDisconnectedFromServer() public method

public OnDisconnectedFromServer ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

disconnectedLevel public_oe property

public string disconnectedLevel
return string

supportedNetworkLevels public_oe property

public string[] supportedNetworkLevels
return string[]