Table of Contents

Field ElapsedTime

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

The amount of elapsed time since the last update, in seconds.

public double ElapsedTime

Returns

double
The amount of elapsed time since the last update, in seconds.

Remarks

This field is useful for fixed-step deterministic state updates, where each step follows the target update or render refresh rates.