TrackLayerCollectionMoveExplicit Method
Move the tool to another location on the board.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private FVector2 MoveExplicit(
OperationLayoutItem layoutItem,
TrackLayerItem trackLayer,
FVector2 location
)
Private Function MoveExplicit (
layoutItem As OperationLayoutItem,
trackLayer As TrackLayerItem,
location As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- 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.
FVector2
Reference to the updated current location.