Class

PausedStateChangedEventArgs

USI.Core

Provides the normalized pause state after a simulator state change.

public sealed class PausedStateChangedEventArgs : EventArgs

Constructors

PausedStateChangedEventArgs

public PausedStateChangedEventArgs(bool isPaused)

Properties

IsPaused

public bool IsPaused { get; }