C# Class VRFallbackCameraController

Inheritance: MonoBehaviour
显示文件 Open project: adamhleslie/MorningRitual-GlobalGameJam2016

Public Properties

Property Type Description
shiftSpeed float
showInstructions bool
speed float

Public Methods

Method Description
OnEnable ( ) : void
OnGUI ( ) : void
Update ( ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

shiftSpeed public_oe property

public float shiftSpeed
return float

showInstructions public_oe property

public bool showInstructions
return bool

speed public_oe property

public float speed
return float