Class ProfilerProperties
Namespace: Unity.Simulation
Syntax
[Serializable]
public class ProfilerProperties
Fields
fixedUpdateFrequency
How many times fixed updates need to be called every second.
Declaration
public float fixedUpdateFrequency
Field Value
Type | Description |
---|---|
Single |
timeScale
How many times updates are called every second.
Declaration
public int timeScale
Field Value
Type | Description |
---|---|
Int32 |