VRFieldOfView object

The VRFieldOfView object represents a field of view with four properties specifying the degrees of view from a center point.

Syntax

 var fov = new VRFieldOfView(); 

Members

The VRFieldOfView object has these types of members:

  • Properties

Properties

The VRFieldOfView object has these properties.

Property Access type Description

downDegrees

Read-only

The downDegrees property represents the downward degrees of a VRFieldOfView from a center point.

leftDegrees

Read-only

The leftDegrees property represents the leftward degrees of a VRFieldOfView from a center point.

rightDegrees

Read-only

The rightDegrees property represents the rightward degrees of a VRFieldOfView from a center point.

upDegrees

Read-only

The upDegrees property represents the upward degrees of a VRFieldOfView from a center point.