C# Class CameraSwitchScript, Viewport

Inheritance: MonoBehaviour
Show file Open project: tws2xa/Viewport Class Usage Examples

Public Properties

Property Type Description
switchKey KeyCode,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ShowCam ( int camNum ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

switchKey public property

public KeyCode, switchKey
return KeyCode,