Get(EnergyUsageSubsystem)
Returns the reading for the given subsystem, or a default (unavailable) reading if none has been recorded.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public EnergyUsageReading Get(EnergyUsageSubsystem subsystem)
Parameters
The device hardware subsystem to retrieve the energy reading for.
Returns
Type | Description |
|---|---|
| EnergyUsageReading | The reading for the requested subsystem. |