Class FloatingOrigin
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
PositionThresholdMeters
public double PositionThresholdMeters
Field Value
VelocityThresholdMeters
public double VelocityThresholdMeters
Field Value
Properties
PhysXOrigin
public InertialFrame PhysXOrigin { get; }
Property Value
Methods
OnFixedUpdate(float)
public void OnFixedUpdate(float deltaTime)
Parameters
deltaTimefloat