Table of Contents

Interface IRotationDriver

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

Properties

CanAcceptRotationUpdate

bool CanAcceptRotationUpdate { get; }

Property Value

bool

Rotation

Rotation Rotation { get; }

Property Value

Rotation

Methods

UpdateRotation(Rotation)

void UpdateRotation(Rotation rotation)

Parameters

rotation Rotation

Events

RotationUpdated

event Action<Rotation> RotationUpdated

Event Type

Action<Rotation>