C# Class Ev3devMapping.RobotSettings

Inheritance: MonoBehaviour
Mostrar archivo Open project: bmegli/ev3dev-mapping-ui

Public Methods

Method Description
LoadSceneWithSettings ( int sceneIndex ) : void

Private Methods

Method Description
Awake ( ) : void
IntFromDropdown ( string gameObjectName ) : int
OnSceneLoaded ( Scene scene, LoadSceneMode mode ) : void
SettingsFromUI ( ) : void
TextFromInputField ( string gameObjectName ) : string

Method Details

LoadSceneWithSettings() public method

public LoadSceneWithSettings ( int sceneIndex ) : void
sceneIndex int
return void