RealTimeAnimationTimeOffset Property |
Gets or sets the offset in seconds that is applied to the current time. For example, to have
time run ten seconds behind the current time, set to ten.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double TimeOffset { get; set; }
Public Property TimeOffset As Double
Get
Set
public:
property double TimeOffset {
double get ();
void set (double value);
}
member TimeOffset : float with get, set
Property Value
Type:
DoubleSee Also