AlignTransformsSnapAlignVessel Method |
Aligns the vessel so that its node is located against the target's node. I.e. they are
"looking" at the each other.
Namespace:
KSPDev.ModelUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic static void SnapAlignVessel(
Vessel vessel,
Transform vesselNode,
Transform targetNode
)
Request Example
View SourceParameters
- vessel
- Type: (Default Namespace)Vessel
The vessel to align. - vesselNode
- Type: Transform
The node at the vessel to align the target against. - targetNode
- Type: Transform
The node at the target to align the vessel against.
Remarks
This method only does the positioning, and it ignores any physical properties. To avoid the
physical consequences, the caller must take care of the physical differences (e.g. angular or
linear speed).
See Also