GoogleVR.Beta.GvrBetaHeadset

Daydream headset beta API.

Summary

Inheritance

Inherits from: GvrHeadset

Properties

CameraMode
Gets or sets the current see-through camera mode.
SceneType
Gets or sets the current see-through scene type.

Public static functions

SetSeeThroughConfig(GvrBetaSeeThroughCameraMode cameraMode, GvrBetaSeeThroughSceneType sceneType)
void
Sets the current see-through camera mode and scene type.

Properties

CameraMode

static GvrBetaSeeThroughCameraMode CameraMode

Gets or sets the current see-through camera mode.

The see-through camera mode.

SceneType

static GvrBetaSeeThroughSceneType SceneType

Gets or sets the current see-through scene type.

The see-through scene type.

Public static functions

SetSeeThroughConfig

void SetSeeThroughConfig(
  GvrBetaSeeThroughCameraMode cameraMode,
  GvrBetaSeeThroughSceneType sceneType
)

Sets the current see-through camera mode and scene type.

Details
Parameters
cameraMode
The see-through camera mode to be set.
sceneType
The see-through scene type to be set.