Table of Contents

Constructor TimeStep

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

TimeStep(double, double)

Initializes a new instance of the TimeStep structure using the specified fixed-step elapsed time and variable-step elapsed clock time.

public TimeStep(double elapsedTime, double elapsedRealTime)

Parameters

elapsedTime double

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

elapsedRealTime double

The amount of elapsed time since the last update, in seconds, following the host computer clock.