struct in UnityEngine.AdaptivePerformance.Provider
/
Implemented in:UnityEngine.AdaptivePerformanceModule
Cinfo stores the ID and subsystem implementation type which is used to identify the subsystem during subsystem initialization.
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 AdaptivePerformanceSubsystem-derived type that forwards casted calls to its provider. |