Interface IVRReticleVisual
An interface for the visual components of a pointer reticle.
Namespace: Liminal.SDK.VR.Pointers
Assembly: Liminal.SDK.dll
Syntax
public interface IVRReticleVisual
Properties
| Improve this Doc View SourceCurrentRaycastResult
Gets or sets the current raycast result from the event system.
Declaration
RaycastResult CurrentRaycastResult { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.EventSystems.RaycastResult |