Table of Contents

Class FloatingOrigin

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public class FloatingOrigin : KerbalMonoBehaviour, IFloatingOrigin, IFixedUpdate, IUpdate, IPriorityOverride
Inheritance
FloatingOrigin
Implements
Inherited Members
Extension Methods

Constructors

FloatingOrigin()

public FloatingOrigin()

Fields

IsPendingForceSnap

public bool IsPendingForceSnap

Field Value

bool

PositionThresholdMeters

public double PositionThresholdMeters

Field Value

double

VelocityThresholdMeters

public double VelocityThresholdMeters

Field Value

double

Properties

PhysXOrigin

public InertialFrame PhysXOrigin { get; }

Property Value

InertialFrame

Methods

OnFixedUpdate(float)

public void OnFixedUpdate(float deltaTime)

Parameters

deltaTime float