Ignition / TimingHelper

Namespace Playniax.Ignition

Inherits from MonoBehaviour

Script can be found in Assets/Playniax/Framework/Ignition/Framework/Core/Scripts (MonoBehaviour)/TimingHelper.cs

Class TimingHelper

Description

Sets the targetFrameRate, timeScale and vSyncCount of a scene.

Public fieldsDescription
int targetFrameRate = -1 Instructs the game to try to render at a specified frame rate.
float timeScale = 1 The scale at which time passes.
int vSyncCount The VSync Count.
KeyCode pauseKey = KeyCode.None Runtime pause key for debugging (editor mode only).