Class TestLoaderBase
Inheritance
TestLoaderBase
Assembly: Unity.AdaptivePerformance.TestPackage.dll
public class TestLoaderBase : AdaptivePerformanceLoaderHelper
Constructors
Declaration
Properties
Declaration
public static bool WasAssigned { get; set; }
Property Value
Declaration
public static bool WasUnassigned { get; set; }
Property Value
Declaration
public StandaloneSubsystem inputSubsystem { get; }
Property Value
Methods
Declaration
public override bool Deinitialize()
Returns
Type |
Description |
bool |
True if successful, false otherwise
|
Overrides
Declaration
public override ISubsystem GetDefaultSubsystem()
Returns
Overrides
Declaration
public override IAdaptivePerformanceSettings GetSettings()
Returns
Overrides
Declaration
public override bool Initialize()
Returns
Type |
Description |
bool |
True if successful, false otherwise
|
Overrides
Declaration
public override bool Start()
Returns
Type |
Description |
bool |
True if successful, false otherwise
|
Overrides
Declaration
public override bool Stop()
Returns
Type |
Description |
bool |
True if successful, false otherwise
|
Overrides
Declaration
public override void WasAssignedToBuildTarget(BuildTargetGroup buildTargetGroup)
Parameters
Overrides
Declaration
public override void WasUnassignedFromBuildTarget(BuildTargetGroup buildTargetGroup)
Parameters
Overrides