Click or drag to resize

AlignTransformsSnapAlign Method

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

Parameters

source
Type: Transform
The object to align.
sourceChild
Type: Transform
The child node of the source to use as the align point.
target
Type: Transform
The target object 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