Click or drag to resize

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.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public static void SnapAlign(
	Transform source,
	Transform sourceChild,
	Transform target
)
Request Example View Source

Parameters

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