Struct AdaptivePerformanceProfilerStats.ScalerInfo
ScalerInfo is a struct used to collect and send scaler info to the profile collectively.
Inherited Members
Namespace: Global Namespace
Assembly: Unity.AdaptivePerformance.dll
Syntax
public struct AdaptivePerformanceProfilerStats.ScalerInfo
Fields
applied
State if the scaler is currently applied.
Declaration
public uint applied
Field Value
Type | Description |
---|---|
uint |
currentLevel
The current level of the scaler.
Declaration
public int currentLevel
Field Value
Type | Description |
---|---|
int |
enabled
If the scaler is currently enabled.
Declaration
public uint enabled
Field Value
Type | Description |
---|---|
uint |
maxLevel
The maximum level of the scaler.
Declaration
public int maxLevel
Field Value
Type | Description |
---|---|
int |
overrideLevel
The override state of the scaler.
Declaration
public int overrideLevel
Field Value
Type | Description |
---|---|
int |
scale
The actual scale of the scaler.
Declaration
public float scale
Field Value
Type | Description |
---|---|
float |
scalerName
The name of the scaler. 320 characters max.
Declaration
public byte* scalerName
Field Value
Type | Description |
---|---|
byte* |