TrackLayerCollectionMoveExplicit Method

Move the tool to another location on the board.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
private FVector2 MoveExplicit(
	OperationLayoutItem layoutItem,
	TrackLayerItem trackLayer,
	FVector2 location
)

Parameters

layoutItem  OperationLayoutItem
Reference to the layout item being processed.
trackLayer  TrackLayerItem
Reference to the track layer into which the actions will be placed.
location  FVector2
Reference to the active location from which the move is starting.

Return Value

FVector2
Reference to the updated current location.

See Also