C# Class OVRGridCube

OVR grid cube.
Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid Class Usage Examples

Méthodes publiques

Свойство Type Description
GridKey KeyCode,

Méthodes publiques

Méthode Description
CreateCubeGrid ( ) : void
CubeGridSwitchColor ( bool CubeSwitchColor ) : void

Switch the Cube grid color.

SetOVRCameraController ( OVRCameraRig, &cameraController ) : void

Sets the OVR camera controller.

Update ( ) : void

Update this instance.

UpdateCubeGrid ( ) : void

Method Details

CreateCubeGrid() public méthode

public CreateCubeGrid ( ) : void
Résultat void

CubeGridSwitchColor() public méthode

Switch the Cube grid color.
public CubeGridSwitchColor ( bool CubeSwitchColor ) : void
CubeSwitchColor bool If set to true cube switch color.
Résultat void

SetOVRCameraController() public méthode

Sets the OVR camera controller.
public SetOVRCameraController ( OVRCameraRig, &cameraController ) : void
cameraController OVRCameraRig, Camera controller.
Résultat void

Update() public méthode

Update this instance.
public Update ( ) : void
Résultat void

UpdateCubeGrid() public méthode

public UpdateCubeGrid ( ) : void
Résultat void

Property Details

GridKey public_oe property

The key that toggles the grid of cubes.
public KeyCode, GridKey
Résultat KeyCode,