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