C# Класс SimShift.Services.Antistall

This module is the "Auto-Clutch" feature and engages the clutch when the engine is about to stall. It also ensures smooth get-away when the user engages throttle when the vehicle has stopped.
Наследование: IControlChainObj, IConfigurable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
BlipFull bool

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Antistall ( ) : System
ApplyParameter ( IniValueObject obj ) : void
ExportParameters ( ) : IEnumerable
GetAxis ( JoyControls c, double val ) : double
GetButton ( JoyControls c, bool val ) : bool
Requires ( JoyControls c ) : bool
ResetParameters ( ) : void
TickControls ( ) : void
TickTelemetry ( IDataMiner telemetry ) : void

Описание методов

Antistall() публичный Метод

public Antistall ( ) : System
Результат System

ApplyParameter() публичный Метод

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
Результат void

ExportParameters() публичный Метод

public ExportParameters ( ) : IEnumerable
Результат IEnumerable

GetAxis() публичный Метод

public GetAxis ( JoyControls c, double val ) : double
c JoyControls
val double
Результат double

GetButton() публичный Метод

public GetButton ( JoyControls c, bool val ) : bool
c JoyControls
val bool
Результат bool

Requires() публичный Метод

public Requires ( JoyControls c ) : bool
c JoyControls
Результат bool

ResetParameters() публичный Метод

public ResetParameters ( ) : void
Результат void

TickControls() публичный Метод

public TickControls ( ) : void
Результат void

TickTelemetry() публичный Метод

public TickTelemetry ( IDataMiner telemetry ) : void
telemetry IDataMiner
Результат void

Описание свойств

BlipFull защищенное свойство

protected bool BlipFull
Результат bool