RealTimeAnimation.TimeOffset 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Double
See Also