Table of Contents

Interface ILinearMotionDriver

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public interface ILinearMotionDriver
Extension Methods

Properties

Velocity

Velocity Velocity { get; }

Property Value

Velocity

Methods

UpdateVelocity(Velocity)

void UpdateVelocity(Velocity newVelocity)

Parameters

newVelocity Velocity

Events

VelocityUpdated

event Action<Velocity> VelocityUpdated

Event Type

Action<Velocity>