Show / Hide Table of Contents

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 Source

CurrentRaycastResult

Gets or sets the current raycast result from the event system.

Declaration
RaycastResult CurrentRaycastResult { get; set; }
Property Value
Type Description
UnityEngine.EventSystems.RaycastResult
  • Improve this Doc
  • View Source
Back to top Generated by DocFX