Ignition / TimingHelper
Namespace
Playniax.IgnitionInherits from
MonoBehaviourScript can be found in
Assets/Playniax/Framework/Ignition/Framework/Core/Scripts (MonoBehaviour)/TimingHelper.cs
Class TimingHelper
DescriptionSets the targetFrameRate, timeScale and vSyncCount of a scene.
Public fields | Description |
---|
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). |