Class CompassChangedArgs
Event args for compass change.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public class CompassChangedArgs : EventArgs
Constructors
CompassChangedArgs(CompassState)
Initializes a new instance of the CompassChangedArgs class.
Declaration
public CompassChangedArgs(CompassState compassState)
Parameters
| Type | Name | Description |
|---|---|---|
| CompassState | compassState | The compass state. |
Properties
NewCompassState
Gets the new compass state.
Declaration
public CompassState NewCompassState { get; }
Property Value
| Type | Description |
|---|---|
| CompassState |