Class

SimulatorCameraViewChangedEventArgs

USI.Core

Reports a change to the simulator's active camera view.

public sealed class SimulatorCameraViewChangedEventArgs : EventArgs

Constructors

SimulatorCameraViewChangedEventArgs

public SimulatorCameraViewChangedEventArgs(SimulatorCameraViewKind viewKind)

Reports a change to the simulator's active camera view.

Properties

ViewKind

public SimulatorCameraViewKind ViewKind { get; }