TerrainCollectionMove Method (Int32, Int32) |
Moves the
TerrainOverlay at the specified index to the specified position.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Move(
int index,
int newPosition
)
Public Sub Move (
index As Integer,
newPosition As Integer
)
public:
void Move(
int index,
int newPosition
)
member Move :
index : int *
newPosition : int -> unit
Parameters
- index
- Type: SystemInt32
The index of the TerrainOverlay to move. - newPosition
- Type: SystemInt32
The new position of the TerrainOverlay.
See Also