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

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

Syntax

C#
void GetCurrentTime(
	out double CurrentTime
)

Parameters

CurrentTime
Type: System..::..Double%
The hosts current time.

See Also