Class AdaptivePerformanceSubsystemDescriptorBase
Namespace: UnityEngine.AdaptivePerformance.Provider
Syntax
public class AdaptivePerformanceSubsystemDescriptorBase
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 |
Methods
Create()
Declaration
public AdaptivePerformanceSubsystem Create()
Returns
Type | Description |
---|---|
AdaptivePerformanceSubsystem |