AdaptivePerformanceSubsystemDescriptor.Cinfo
Cinfo stores the ID and subsystem implementation type which is used to identify the subsystem during subsystem initialization.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.AdaptivePerformance.Provider
- Assembly: UnityEngine.AdaptivePerformanceModule
public struct AdaptivePerformanceSubsystemDescriptor.Cinfo
Properties
Property | Description |
|---|---|
| id | The ID stores the name of the subsystem used to identify it in the subsystem registry. |
| providerType | Specifies the provider implementation type to use for instantiation. |
| subsystemTypeOverride | Specifies the |