Class StandaloneLoader
Inheritance
StandaloneLoader
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.Tests.Standalone
Assembly: Unity.AdaptivePerformance.Tests.Standalone.dll
Syntax
public class StandaloneLoader : AdaptivePerformanceLoaderHelper
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
deInitialized
Declaration
public bool deInitialized { get; protected set; }
Property Value
Type | Description |
---|---|
bool |
standaloneSubsystem
Declaration
public StandaloneSubsystem standaloneSubsystem { get; }
Property Value
Type | Description |
---|---|
StandaloneSubsystem |
started
Declaration
public bool started { get; protected set; }
Property Value
Type | Description |
---|---|
bool |
stopped
Declaration
public bool stopped { get; protected set; }
Property Value
Type | Description |
---|---|
bool |
Methods
Deinitialize()
Declaration
public override bool Deinitialize()
Returns
Type | Description |
---|---|
bool |
Overrides
GetDefaultSubsystem()
Declaration
public override ISubsystem GetDefaultSubsystem()
Returns
Type | Description |
---|---|
ISubsystem |
Overrides
GetSettings()
Declaration
public override IAdaptivePerformanceSettings GetSettings()
Returns
Type | Description |
---|---|
IAdaptivePerformanceSettings |
Overrides
Initialize()
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
bool |
Overrides
Start()
Declaration
public override bool Start()
Returns
Type | Description |
---|---|
bool |
Overrides
Stop()
Declaration
public override bool Stop()
Returns
Type | Description |
---|---|
bool |