Class CurvedUIPhysicsRaycaster
- Namespace
- CurvedUI
- Assembly
- Assembly-CSharp.dll
public class CurvedUIPhysicsRaycaster : BaseRaycaster
- Inheritance
-
UIBehaviour
BaseRaycaster
CurvedUIPhysicsRaycaster
- Inherited Members
-
- Extension Methods
-
Constructors
CurvedUIPhysicsRaycaster()
public CurvedUIPhysicsRaycaster()
Fields
hitInfo
public RaycastHit hitInfo
Field Value
- RaycastHit
result
public RaycastResult result
Field Value
- RaycastResult
sortOrder
[SerializeField]
public int sortOrder
Field Value
- int
Properties
CompoundEventMask
public int CompoundEventMask { get; }
Property Value
- int
Depth
public virtual int Depth { get; }
Property Value
- int
eventCamera
public override Camera eventCamera { get; }
Property Value
- Camera
sortOrderPriority
public override int sortOrderPriority { get; }
Property Value
- int
Methods
Raycast(PointerEventData, List<RaycastResult>)
public override void Raycast(PointerEventData eventData, List<RaycastResult> resultAppendList)
Parameters
eventData
PointerEventData
resultAppendList
List<RaycastResult>