XRSemanticsSubsystem
↳ extends UnityEngine.SubsystemsImplementation.SubsystemWithProvider
Defines an interface for interacting with semantic segmentation functionality.
Declaration
public class XRSemanticsSubsystem : SubsystemWithProvider<XRSemanticsSubsystem, XRSemanticsSubsystemDescriptor, Provider>, ISubsystemWithModelMetadataConstructors
public XRSemanticsSubsystem()
Properties
| Name | Type | Summary |
|---|---|---|
| readonly IsMetadataAvailable | bool | - |
| readonly LatestFrameId | Nullable<uint> | - |
| SuppressionMaskChannels | HashSet<string> | - |
| TargetFrameRate | uint | - |
Methods
| Name | Type | Summary |
|---|---|---|
| static Register | bool | - |
| TryAcquirePackedSemanticChannelsCpuImage | bool | - |
| TryAcquireSemanticChannelCpuImage | bool | - |
| TryAcquireSuppressionMaskCpuImage | bool | - |
| TryGetChannelNames | bool | - |
| TryGetPackedSemanticChannels | bool | - |
| TryGetSemanticChannel | bool | - |
| TryGetSuppressionMaskTexture | bool | - |
| TryResetChannelConfidenceThresholds | bool | - |
| TrySetChannelConfidenceThresholds | bool | - |
Relationships
derived: NsdkSemanticsSubsystem
implements: ISubsystemWithModelMetadata