C# Class VRFallbackCameraController

Inheritance: MonoBehaviour
Afficher le fichier Open project: adamhleslie/MorningRitual-GlobalGameJam2016

Méthodes publiques

Свойство Type Description
shiftSpeed float
showInstructions bool
speed float

Méthodes publiques

Méthode Description
OnEnable ( ) : void
OnGUI ( ) : void
Update ( ) : void

Method Details

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

shiftSpeed public_oe property

public float shiftSpeed
Résultat float

showInstructions public_oe property

public bool showInstructions
Résultat bool

speed public_oe property

public float speed
Résultat float