C# 클래스 Universe.Modules.Terrain.FloodBrushes.RevertArea

상속: ITerrainFloodEffect
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
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

메소드 상세

FloodEffect() 공개 메소드

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
리턴 void

RevertArea() 공개 메소드

public RevertArea ( ITerrainModule module ) : OpenMetaverse
module ITerrainModule
리턴 OpenMetaverse