Class Environment.Time
Inheritance
System.Object
Environment.Time
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
Properties
ContinuouslyRunning
Declaration
public static bool ContinuouslyRunning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Elapsed
Declaration
public static double Elapsed { get; }
Property Value
Type |
Description |
System.Double |
|
ElapsedTotal
Declaration
public static double ElapsedTotal { get; }
Property Value
Type |
Description |
System.Double |
|
LockScaling
Declaration
public static bool LockScaling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxScale
Declaration
public static float MaxScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
MinScale
Declaration
public static float MinScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
Scale
Declaration
public static float Scale { get; set; }
Property Value
Type |
Description |
System.Single |
|
Simulated
Declaration
public static double Simulated { get; }
Property Value
Type |
Description |
System.Double |
|
SingleStep
Declaration
public static bool SingleStep { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Continue()
Declaration
public static void Continue()
Pause()
Declaration
public static void Pause()
Reset()
Declaration
public static void Reset()
Events
ContinuouslyRunningChanged
Declaration
public static event Environment.Time.ContinuouslyRunningChangedEvent ContinuouslyRunningChanged
Event Type
OnInitialized
Declaration
public static event Environment.Time.InitializedEvent OnInitialized
Event Type
OnScaleChanged
Declaration
public static event Environment.Time.TimeEvent OnScaleChanged
Event Type
OnSimulatedScaleChanged
Declaration
public static event Environment.Time.TimeEvent OnSimulatedScaleChanged
Event Type
OnSingleStepChanged
Declaration
public static event EventHandler<bool> OnSingleStepChanged
Event Type
Type |
Description |
System.EventHandler<System.Boolean> |
|