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

Inheritance: ITerrainFloodEffect
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode 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 méthode

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
Résultat void

RevertArea() public méthode

public RevertArea ( ITerrainModule module ) : OpenMetaverse
module ITerrainModule
Résultat OpenMetaverse