Returns the current frame time which the plugin should use if it does timebased calculations.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
[ObsoleteAttribute("Use new property FrameTime now")]
double GetCurrentTime()

Return Value

The hosts current frame time.

See Also