PausedStateChangedEventArgs
USI.Core
Provides the normalized pause state after a simulator state change.
public sealed class PausedStateChangedEventArgs : EventArgsConstructors
PausedStateChangedEventArgs
public PausedStateChangedEventArgs(bool isPaused)Properties
IsPaused
public bool IsPaused { get; }