Class SimulationPointCloudSubsystem
Simulation implementation of
XRPointCloudSubsystem.
Do not create this directly. Use the SubsystemManager instead.
Inheritance
SubsystemWithProvider
SubsystemWithProvider<XRPointCloudSubsystem, XRPointCloudSubsystemDescriptor, XRPointCloudSubsystem.Provider>
TrackingSubsystem<XRPointCloud, XRPointCloudSubsystem, XRPointCloudSubsystemDescriptor, XRPointCloudSubsystem.Provider>
SimulationPointCloudSubsystem
Implements
ISubsystem
Inherited Members
SubsystemWithProvider<XRPointCloudSubsystem, XRPointCloudSubsystemDescriptor, XRPointCloudSubsystem.Provider>.subsystemDescriptor
SubsystemWithProvider.Start()
SubsystemWithProvider.Stop()
SubsystemWithProvider.Destroy()
SubsystemWithProvider.running
Namespace: UnityEngine.XR.Simulation
Assembly: solution.dll
Syntax
public sealed class SimulationPointCloudSubsystem : XRPointCloudSubsystem, ISubsystem
Methods
| Name | Description |
|---|---|
| OnStart() | Invoked just after the subsystem provider starts. |
| OnStop() | Invoked just after the subsystem provider stops. |