C# Class OVRDisplay.EyeRenderDesc, cs-mini-modbot-simulation

Specifies the size and field-of-view for one eye texture.
Afficher le fichier Open project: intel-cornellcup/mini-modbot-simulation Class Usage Examples

Méthodes publiques

Свойство Type Description
fov Vector2
resolution Vector2

Property Details

fov public_oe property

The angle of the horizontal and vertical field of view in degrees.
public Vector2 fov
Résultat Vector2

resolution public_oe property

The horizontal and vertical size of the texture.
public Vector2 resolution
Résultat Vector2