Inheritance
TrackedDeviceGraphicRaycaster
Inherited Members
UnityEngine.EventSystems.UIBehaviour.OnValidate()
UnityEngine.EventSystems.UIBehaviour.Reset()
public class TrackedDeviceGraphicRaycaster : BaseRaycaster
Properties
Declaration
public LayerMask blockingMask { get; set; }
Property Value
Declaration
public bool checkFor2DOcclusion { get; set; }
Property Value
Declaration
public bool checkFor3DOcclusion { get; set; }
Property Value
Declaration
public override Camera eventCamera { get; }
Property Value
Overrides
Declaration
public bool ignoreReversedGraphics { get; set; }
Property Value
Methods
Perform a raycast against objects within this Raycaster's domain.
Declaration
public override void Raycast(PointerEventData eventData, List<RaycastResult> resultAppendList)
Parameters