Interface IVRReticleVisual
An interface for the visual components of a pointer reticle.
Namespace: Liminal.SDK.VR.Pointers
Assembly: Liminal.SDK.dll
Syntax
public interface IVRReticleVisualProperties
| 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 |