Table of Contents

Interface IAngularMotionDriver

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

Properties

AngularVelocity

AngularVelocity AngularVelocity { get; }

Property Value

AngularVelocity

Methods

UpdateAngularVelocity(AngularVelocity)

void UpdateAngularVelocity(AngularVelocity newAngularVelocity)

Parameters

newAngularVelocity AngularVelocity

Events

AngularVelocityUpdated

event Action<AngularVelocity> AngularVelocityUpdated

Event Type

Action<AngularVelocity>