Class XRRaycastSubsystemDescriptor
Descriptor for the XRRaycast
Inheritance
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public sealed class XRRaycastSubsystemDescriptor : SubsystemDescriptorWithProvider<XRRaycastSubsystem, XRRaycastSubsystem.Provider>, ISubsystemDescriptor
Properties
Name | Description |
---|---|
supported |
The types of trackables against which raycasting is supported. |
supports |
Whether "tracked" raycasts are supported. A tracked raycast is repeated over time and the results are updated automatically. |
supports |
Whether the provider supports casting a ray from a screen point. |
supports |
Whether the provider supports casting an arbitrary ray. |
Methods
Name | Description |
---|---|
Register |
Registers a new descriptor. Should be called by provider implementations. |