AlignTransformsSnapAlign Method |
Aligns the source node so that it's located at the target, and the source and target are
"looking" at the each other.
Namespace:
KSPDev.ModelUtils
Assembly:
KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntaxpublic static void SnapAlign(
Transform source,
Transform sourceChild,
Transform target
)
Request Example
View SourceParameters
- source
- Type: UnityEngineTransform
The node to align. - sourceChild
- Type: UnityEngineTransform
The child node of the source to use as the align point. - target
- Type: UnityEngineTransform
The target node to align with.
Remarks
The object's "look" direction is a forward direction. The resulted
up direction of the source will be the opposite to the target.
See Also