API reference
API reference
Select your platform
No SDKs available
No versions available

UIConecastResult Struct

A wrapper for a UI RaycastResult that implements the IConecastResult interface, allowing it to be sorted by the Interaction SDK's standard comparers.

Fields

readonly RaycastResult RaycastResult[Get]

Properties

float DegreesFromConeOrigin[Get]
float DistanceFromConeOrigin[Get]
Cone Cone[Get]

Constructors & Destructors

UIConecastResult
( RaycastResult raycastResult,
float degrees,
float distance )
Did you find this page helpful?