Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public struct AdaptivePerformanceSubsystemDescriptor.Cinfo

Properties

Property

Description

idThe ID stores the name of the subsystem used to identify it in the subsystem registry.
providerTypeSpecifies the provider implementation type to use for instantiation.
subsystemTypeOverrideSpecifies the
AdaptivePerformanceSubsystem
-derived type that forwards casted calls to its provider.