Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

Cinfo

struct in UnityEngine.AdaptivePerformance.Provider

/

Implemented in:UnityEngine.AdaptivePerformanceModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Cinfo stores the ID and subsystem implementation type which is used to identify the subsystem during subsystem initialization.

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 AdaptivePerformanceSubsystem-derived type that forwards casted calls to its provider.