Class XRTestSubsystem
Inheritance
XRTestSubsystem
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems.Tests
Syntax
public class XRTestSubsystem : XRSubsystem<XRTestSubsystemDescriptor>, ISubsystem
Properties
destroyCount
Declaration
public int destroyCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
startCount
Declaration
public int startCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
stopCount
Declaration
public int stopCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
OnDestroyed()
Declaration
protected override void OnDestroyed()
Overrides
UnityEngine.XR.ARSubsystems.XRSubsystem<UnityEngine.XR.ARSubsystems.Tests.XRTestSubsystemDescriptor>.OnDestroyed()
OnStart()
Declaration
protected override void OnStart()
Overrides
UnityEngine.XR.ARSubsystems.XRSubsystem<UnityEngine.XR.ARSubsystems.Tests.XRTestSubsystemDescriptor>.OnStart()
OnStop()
Declaration
protected override void OnStop()
Overrides
UnityEngine.XR.ARSubsystems.XRSubsystem<UnityEngine.XR.ARSubsystems.Tests.XRTestSubsystemDescriptor>.OnStop()