Property | Type | Description | |
---|---|---|---|
alpha | float | ||
antialias | bool | ||
curved | bool | ||
distance | float | ||
gamma | float | ||
highquality | bool | ||
inputMethod | VROverlayInputMethod | ||
mouseScale | Vector2 | ||
scale | float | ||
texture | Texture | ||
uvOffset | Vector4 |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
ComputeIntersection ( Vector3 source, Vector3 direction, IntersectionResults &results ) : bool | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
PollNextEvent ( Valve.VR.VREvent_t &pEvent ) : bool | ||
UpdateOverlay ( SteamVR, vr ) : void |
public ComputeIntersection ( Vector3 source, Vector3 direction, IntersectionResults &results ) : bool | ||
source | Vector3 | |
direction | Vector3 | |
results | IntersectionResults | |
return | bool |
public PollNextEvent ( Valve.VR.VREvent_t &pEvent ) : bool | ||
pEvent | Valve.VR.VREvent_t | |
return | bool |