Skip to content

SimulationMode

enum · namespace Hazel

Controls how physics simulation timing relates to real-time.

public enum SimulationMode

Values

Name Value Description
Realtime 0 Maintains real-time clock, may drop frames if overloaded.
Deterministic 1 Deterministic, capped at 1x real-time speed.
Fast 2 Runs physics as fast as possible with no real-time limit.

Source: Hazel/Scene/Scene.cs