TrackLayerCollectionAddPrecedingExplicitMoves Method
Add explicit moves that directly precede the current layout item.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private FVector2 AddPrecedingExplicitMoves(
OperationLayoutCollection layouts,
int layoutIndex,
IntRangeCollection moveIndices,
TrackToolItem tool,
FVector2 location
)
Private Function AddPrecedingExplicitMoves (
layouts As OperationLayoutCollection,
layoutIndex As Integer,
moveIndices As IntRangeCollection,
tool As TrackToolItem,
location As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- layouts OperationLayoutCollection
-
Reference to the collection of layouts being processed.
- layoutIndex Int32
-
Index of the current layout within the collection.
- moveIndices IntRangeCollection
-
Collection of explicit move element ranges within the layout
collection.
- tool TrackToolItem
-
Reference to the currently selected tool for the operation.
- location FVector2
-
Reference to the starting location.
FVector2
Reference to the last-known current location.