Class YVRInputModule.YVRInputDataBaseProvider
The base class of the input data provider
Inheritance
YVRInputModule.YVRInputDataBaseProvider
Inherited Members
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public abstract class YVRInputModule.YVRInputDataBaseProvider
Properties
| Name | Description |
|---|---|
| longPressed | Whether to press for a long time |
| pressed | Pressed or not |
| rayDirection | The direction of the ray. |
| rayOrigin | The origin point of the ray. |
| rayTransform | The origin point of the ray is rayTransform.position. The direction of the ray is rayTransform.forward. |
| released | Released or not |
| scrollData | The data of scroll |
| thumbStickDown | Whether thumbStick down |
| thumbStickUp | Whether thumbStick up |
Methods
| Name | Description |
|---|---|
| onRaycastHit(GameObject) | Result detection of each frame of ray detection |