Struct XRRaycastSubsystemDescriptor.Cinfo
Used to register a descriptor. See Register
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRRaycastSubsystemDescriptor.Cinfo : IEquatable<XRRaycastSubsystemDescriptor.Cinfo>
Properties
Name | Description |
---|---|
id | A provider-specific identifier. |
provider |
Specifies the provider implementation type to use for instantiation. |
subsystem |
The |
subsystem |
Specifies the |
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 |
---|---|
Equals(object) | Tests for equality. |
Equals(Cinfo) | Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this XRRaycast |
Operators
Name | Description |
---|---|
operator ==(Cinfo, Cinfo) | Tests for equality. Same as Equals(Cinfo). |
operator !=(Cinfo, Cinfo) | Tests for inequality. Same as |