Struct AutopilotStatus
public struct AutopilotStatus
- Inherited Members
- Extension Methods
Constructors
AutopilotStatus(bool, AutopilotMode)
public AutopilotStatus(bool isEnabled, AutopilotMode mode)
Parameters
isEnabledboolmodeAutopilotMode
Properties
IsEnabled
public readonly bool IsEnabled { get; }
Property Value
Mode
public readonly AutopilotMode Mode { get; }