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 |
---|---|---|
Read-only |
The downDegrees property represents the downward degrees of a VRFieldOfView from a center point. |
|
Read-only |
The leftDegrees property represents the leftward degrees of a VRFieldOfView from a center point. |
|
Read-only |
The rightDegrees property represents the rightward degrees of a VRFieldOfView from a center point. |
|
Read-only |
The upDegrees property represents the upward degrees of a VRFieldOfView from a center point. |