Class AdaptivePerformanceSubsystemDescriptorBase
Inheritance
System.Object
AdaptivePerformanceSubsystemDescriptorBase
Namespace: UnityEngine.AdaptivePerformance.Provider
Syntax
public class AdaptivePerformanceSubsystemDescriptorBase
Properties
id
Declaration
public string id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
subsystemImplementationType
Declaration
public Type subsystemImplementationType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Methods
Create()
Declaration
public AdaptivePerformanceSubsystem Create()
Returns
| Type | Description |
|---|---|
| AdaptivePerformanceSubsystem |