Ignition / Timing
Namespace
Playniax.Ignition.FrameworkInherits from
MonoBehaviourClass or component can be found in
Assets/Playniax/Ignition/Framework/Scripts (MonoBehaviour)/Timing.cs
Class Timing
DescriptionTiming initiator to set the targetFrameRate, timeScale, 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). |