Class StandaloneSubsystemDescriptor
Inheritance
StandaloneSubsystemDescriptor
Inherited Members
Namespace: UnityEngine.AdaptivePerformance.Tests.Standalone
Syntax
public class StandaloneSubsystemDescriptor : SubsystemDescriptor<StandaloneSubsystem>, ISubsystemDescriptor
Constructors
StandaloneSubsystemDescriptor(String, Type)
Declaration
public StandaloneSubsystemDescriptor(string id, Type subsystemImplType)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | |
| Type | subsystemImplType |
Methods
Create(StandaloneSubsystemParams)
Declaration
public static void Create(StandaloneSubsystemParams parms)
Parameters
| Type | Name | Description |
|---|---|---|
| StandaloneSubsystemParams | parms |