C# Class Universe.Modules.Terrain.PaintBrushes.WeatherSphere

Thermal Weathering Paint Brush
Inheritance: ITerrainPaintableEffect
Mostra file Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
PaintEffect ( ITerrainChannel map, UUID userID, float rx, float ry, float rz, float strength, float duration, float BrushSize ) : void

Private Methods

Method Description
Neighbours ( NeighbourSystem neighbourType, int index ) : int[]

Method Details

PaintEffect() public method

public PaintEffect ( ITerrainChannel map, UUID userID, float rx, float ry, float rz, float strength, float duration, float BrushSize ) : void
map ITerrainChannel
userID UUID
rx float
ry float
rz float
strength float
duration float
BrushSize float
return void