Table of Contents

Interface IMotionModel

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public interface IMotionModel : IMotionRelative
Inherited Members
Extension Methods

Properties

AngularMotionDriver

IAngularMotionDriver AngularMotionDriver { get; set; }

Property Value

IAngularMotionDriver

AngularVelocity

AngularVelocity AngularVelocity { get; }

Property Value

AngularVelocity

LinearMotionDriver

ILinearMotionDriver LinearMotionDriver { get; set; }

Property Value

ILinearMotionDriver

Velocity

Velocity Velocity { get; }

Property Value

Velocity

bodyMotionFrame

IMotionFrame bodyMotionFrame { get; }

Property Value

IMotionFrame

celestialMotionFrame

IMotionFrame celestialMotionFrame { get; }

Property Value

IMotionFrame

launchMotionFrame

IMotionFrame launchMotionFrame { get; }

Property Value

IMotionFrame

parentMotionFrame

IMotionFrame parentMotionFrame { get; }

Property Value

IMotionFrame

relativeAngularVelocity

Vector relativeAngularVelocity { get; set; }

Property Value

Vector

relativeVelocity

Vector relativeVelocity { get; set; }

Property Value

Vector

transform

ITransformModel transform { get; }

Property Value

ITransformModel

Methods

GetSimObjectParentMotionFrame()

IMotionFrame GetSimObjectParentMotionFrame()

Returns

IMotionFrame

GetSimSOIBodyParentMotionFrame()

IMotionFrame GetSimSOIBodyParentMotionFrame()

Returns

IMotionFrame