C# Class kOS.BindingFlightControls

Inheritance: Binding
Show file Open project: Nivekk/KOS Class Usage Examples

Public Methods

Method Description
AddTo ( BindingManager manager ) : void
OnFlyByWire ( FlightCtrlState c ) : void
Update ( float time ) : void

Method Details

AddTo() public method

public AddTo ( BindingManager manager ) : void
manager BindingManager
return void

OnFlyByWire() public method

public OnFlyByWire ( FlightCtrlState c ) : void
c FlightCtrlState
return void

Update() public method

public Update ( float time ) : void
time float
return void