bool | hideByDefault[Get] |
float | showTimeoutPeriod[Get] |
float | hideTimeoutPeriod[Get] |
bool | dimOnHideRequest[Get] |
float | depthScaleMultiplier[Get] |
bool | |
Transform | rayTransform[Get] The gaze ray. |
bool | hidden[Get] Is gaze pointer current visible. |
float | currentScale[Get] Current scale applied to pointer. |
static OVRGazePointer | instance[Get] |
float | visibilityStrength[Get] Used to determine alpha level of gaze cursor. |
float | SelectionProgress[Get] |
void | Awake ( ) |
override void | Set position and orientation of pointer. |
override void | SetCursorRay ( Transform ray ) |
void | RequestHide ( ) Request the pointer be hidden. |
void | RequestShow ( ) Request the pointer be shown. |
| bool OVRGazePointer.hideByDefault |
|---|
No description available.
|
| float OVRGazePointer.showTimeoutPeriod |
|---|
No description available.
|
| float OVRGazePointer.hideTimeoutPeriod |
|---|
No description available.
|
| bool OVRGazePointer.dimOnHideRequest |
|---|
No description available.
|
| float OVRGazePointer.depthScaleMultiplier |
|---|
No description available.
|
| bool OVRGazePointer.matchNormalOnPhysicsColliders |
|---|
No description available.
|
| Transform OVRGazePointer.rayTransform |
|---|
The gaze ray. |
| bool OVRGazePointer.hidden |
|---|
Is gaze pointer current visible. |
| float OVRGazePointer.currentScale |
|---|
Current scale applied to pointer. |
| OVRGazePointer OVRGazePointer.instance |
|---|
No description available.
|
| float OVRGazePointer.visibilityStrength |
|---|
Used to determine alpha level of gaze cursor. Could also be used to determine cursor size, for example, as the cursor fades out. |
| float OVRGazePointer.SelectionProgress |
|---|
No description available.
|
| void OVRGazePointer.Awake ( ) |
|---|
No description available.
|
| override void OVRGazePointer.SetCursorStartDest ( Vector3 _, Vector3 pos, Vector3 normal ) |
|---|
Set position and orientation of pointer. Parameters posnormal |
| override void OVRGazePointer.SetCursorRay ( Transform ray ) |
|---|
No description available.
|
| void OVRGazePointer.RequestHide ( ) |
|---|
Request the pointer be hidden. |
| void OVRGazePointer.RequestShow ( ) |
|---|
Request the pointer be shown. Hide requests take priority |