Class TestLoaderBase
Inheritance
TestLoaderBase
Inherited Members
Namespace: UnityEngine.AdaptivePerformance.TestPackage
Syntax
public class TestLoaderBase : AdaptivePerformanceLoaderHelper
Properties
inputSubsystem
Declaration
public StandaloneSubsystem inputSubsystem { get; }
Property Value
| Type | Description | 
|---|---|
| StandaloneSubsystem | 
Methods
Deinitialize()
Implementaion of Deinitialize()
Declaration
public override bool Deinitialize()
Returns
| Type | Description | 
|---|---|
| Boolean | True if successful, false otherwise  | 
Overrides
GetDefaultSubsystem()
Declaration
public override ISubsystem GetDefaultSubsystem()
Returns
| Type | Description | 
|---|---|
| ISubsystem | 
Overrides
GetSettings()
Declaration
public override IAdaptivePerformanceSettings GetSettings()
Returns
| Type | Description | 
|---|---|
| IAdaptivePerformanceSettings | 
Overrides
Initialize()
Implementaion of Initialize()
Declaration
public override bool Initialize()
Returns
| Type | Description | 
|---|---|
| Boolean | True if successful, false otherwise  | 
Overrides
Start()
Implementaion of Start()
Declaration
public override bool Start()
Returns
| Type | Description | 
|---|---|
| Boolean | True if successful, false otherwise  | 
Overrides
Stop()
Implementaion of Stop()
Declaration
public override bool Stop()
Returns
| Type | Description | 
|---|---|
| Boolean | True if successful, false otherwise  |