TerrainCollectionMove Method (TerrainOverlay, Int32) |
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(
TerrainOverlay terrainOverlay,
int newPosition
)
Public Sub Move (
terrainOverlay As TerrainOverlay,
newPosition As Integer
)
public:
void Move(
TerrainOverlay^ terrainOverlay,
int newPosition
)
member Move :
terrainOverlay : TerrainOverlay *
newPosition : int -> unit
Parameters
- terrainOverlay
- Type: AGI.Foundation.GraphicsTerrainOverlay
The TerrainOverlay to move. - newPosition
- Type: SystemInt32
The new position of the terrainOverlay.
See Also