Class StandaloneSubsystemParams
Inherited Members
Namespace: UnityEngine.AdaptivePerformance.Tests.Standalone.Providing
Assembly: Unity.AdaptivePerformance.Tests.Standalone.dll
Syntax
public class StandaloneSubsystemParams
Constructors
StandaloneSubsystemParams(string, Type)
Declaration
public StandaloneSubsystemParams(string id, Type subsystemImplType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | |
| Type | subsystemImplType |
Properties
id
Declaration
public string id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
subsystemImplementationType
Declaration
public Type subsystemImplementationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Type |