Class SimulationPointCloudSubsystem
Simulation implementation of
XRPointCloudSubsystem.
Do not create this directly. Use the SubsystemManager
instead.
Inheritance
SubsystemWithProvider<XRPointCloudSubsystem, XRPointCloudSubsystemDescriptor, XRPointCloudSubsystem.Provider>
TrackingSubsystem<XRPointCloud, XRPointCloudSubsystem, XRPointCloudSubsystemDescriptor, XRPointCloudSubsystem.Provider>
SimulationPointCloudSubsystem
Implements
Inherited Members
SubsystemWithProvider<XRPointCloudSubsystem, XRPointCloudSubsystemDescriptor, XRPointCloudSubsystem.Provider>.subsystemDescriptor
Namespace: UnityEngine.XR.Simulation
Assembly: Unity.XR.Simulation.dll
Syntax
public sealed class SimulationPointCloudSubsystem : XRPointCloudSubsystem, ISubsystem
Methods
OnStart()
Invoked just after the subsystem provider starts.
Declaration
protected override void OnStart()
Overrides
UnityEngine.SubsystemsImplementation.SubsystemWithProvider<UnityEngine.XR.ARSubsystems.XRPointCloudSubsystem, UnityEngine.XR.ARSubsystems.XRPointCloudSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRPointCloudSubsystem.Provider>.OnStart()
OnStop()
Invoked just after the subsystem provider stops.
Declaration
protected override void OnStop()
Overrides
UnityEngine.SubsystemsImplementation.SubsystemWithProvider<UnityEngine.XR.ARSubsystems.XRPointCloudSubsystem, UnityEngine.XR.ARSubsystems.XRPointCloudSubsystemDescriptor, UnityEngine.XR.ARSubsystems.XRPointCloudSubsystem.Provider>.OnStop()