Class XRSettingsManagerTestBase
Namespace: UnityEngine.XR.Management.Tests
Syntax
public abstract class XRSettingsManagerTestBase
Properties
loaderCount
Declaration
public abstract int loaderCount { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
loaders
Declaration
public List<XRLoader> loaders { get; }
Property Value
| Type | Description |
|---|---|
| List<XRLoader> |
manager
Declaration
public XRManagerSettings manager { get; }
Property Value
| Type | Description |
|---|---|
| XRManagerSettings |
Methods
SetupBase()
Declaration
protected void SetupBase()
TeardownBase()
Declaration
protected void TeardownBase()