Click or drag to resize

ConnectorAlignConnectors Method (ConnectorAlignment, Boolean)

Align the parent of this connector to be in line with the connector it is connected to. Modify the transform of the parent of this connector to align to the Normal of the ConnectedTo connector.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void AlignConnectors(
	ConnectorAlignment alignment,
	bool centerSnap
)

Parameters

alignment
Type: Demo3D.VisualsConnectorAlignment
The alignment algorithm to use for aligning the visuals that are connected.
centerSnap
Type: SystemBoolean
Whether to snap the centers or not.
See Also