Interface ITransformFrameInternal
- Namespace
- KSP.Sim.impl
- Assembly
- Assembly-CSharp.dll
public interface ITransformFrameInternal : ITransformFrame, ICoordinateSystem
- Inherited Members
-
- Extension Methods
-
Properties
bool IsLocalMatrixDirty { get; }
Property Value
- bool
ITransformModelInternal _transformInternal { get; }
Property Value
- ITransformModelInternal
ref Matrix4x4D localMatrix { get; }
Property Value
- Matrix4x4D
ref Matrix4x4D localMatrixInverse { get; }
Property Value
- Matrix4x4D
QuaternionD localRotation { get; }
Property Value
- QuaternionD
Methods
void AddChild(ITransformModel youngChild)
Parameters
youngChild ITransformModel
void AttachMotionFrame(IMotionFrame motionFrame)
Parameters
motionFrame IMotionFrame
ITransformFrameInternal FindCommonParent(ITransformFrameInternal otherFrameInternal)
Parameters
otherFrameInternal ITransformFrameInternal
Returns
- ITransformFrameInternal
void RemoveChild(ITransformModel oldChild)
Parameters
oldChild ITransformModel
void SetLocalMatrixDirty()