Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AdaptiveOnDemandRendering

A scaler used by AdaptivePerformanceIndexer to render frames less frequently by increasing the on-demand rendering frame interval.
Read time 5 minutesLast updated 8 days ago

Definition

public class AdaptiveOnDemandRendering : AdaptivePerformanceScaler

Remarks

In battery mode, the scaler raises
OnDemandRendering.renderFrameInterval
based on the Indexer's AdaptivePerformanceIndexer.IdleScale to save power while the player is idle. In normal mode, it sets the interval from the scaler's current level.

Methods

Method

Description

AwakeEnsures settings are applied during startup.
OnDisabledCallback when scaler gets disabled and removed from indexer
OnEnabledCallback when scaler gets enabled and added to the indexer
OnLevelCallback for any level change.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.