C# Class Universe.Modules.Terrain.FloodBrushes.RevertArea

Inheritance: ITerrainFloodEffect
Datei anzeigen Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
FloodEffect ( ITerrainChannel map, UUID userID, float north, float west, float south, float east, float strength ) : void

Reverts an area of the map to the heightfield stored in the revertmap

RevertArea ( ITerrainModule module ) : OpenMetaverse

Method Details

FloodEffect() public method

Reverts an area of the map to the heightfield stored in the revertmap
public FloodEffect ( ITerrainChannel map, UUID userID, float north, float west, float south, float east, float strength ) : void
map ITerrainChannel The current heightmap
userID UUID
north float
west float
south float
east float
strength float unused
return void

RevertArea() public method

public RevertArea ( ITerrainModule module ) : OpenMetaverse
module ITerrainModule
return OpenMetaverse