Class TestLoaderBase
Inheritance
TestLoaderBase
Inherited Members
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, InstantiateParameters)
Object.InstantiateAsync<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.AdaptivePerformance.TestPackage
Assembly: Unity.AdaptivePerformance.TestPackage.dll
Syntax
public class TestLoaderBase : AdaptivePerformanceLoaderHelper
Constructors
TestLoaderBase()
Declaration
public TestLoaderBase()
Properties
Initialized
Declaration
public override bool Initialized { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Running
Declaration
public override bool Running { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
WasAssigned
Declaration
public static bool WasAssigned { get; set; }
Property Value
Type | Description |
---|---|
bool |
WasUnassigned
Declaration
public static bool WasUnassigned { get; set; }
Property Value
Type | Description |
---|---|
bool |
inputSubsystem
Declaration
public StandaloneSubsystem inputSubsystem { get; }
Property Value
Type | Description |
---|---|
StandaloneSubsystem |
Methods
Deinitialize()
Implementaion of Deinitialize()
Declaration
public override bool Deinitialize()
Returns
Type | Description |
---|---|
bool | 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 |
---|---|
bool | True if successful, false otherwise |
Overrides
Start()
Implementaion of Start()
Declaration
public override bool Start()
Returns
Type | Description |
---|---|
bool | True if successful, false otherwise |
Overrides
Stop()
Implementaion of Stop()
Declaration
public override bool Stop()
Returns
Type | Description |
---|---|
bool | True if successful, false otherwise |
Overrides
WasAssignedToBuildTarget(BuildTargetGroup)
Declaration
public override void WasAssignedToBuildTarget(BuildTargetGroup buildTargetGroup)
Parameters
Type | Name | Description |
---|---|---|
BuildTargetGroup | buildTargetGroup |
Overrides
WasUnassignedFromBuildTarget(BuildTargetGroup)
Declaration
public override void WasUnassignedFromBuildTarget(BuildTargetGroup buildTargetGroup)
Parameters
Type | Name | Description |
---|---|---|
BuildTargetGroup | buildTargetGroup |