C# Class Terraria.World.Generation.Shapes.Mound

Inheritance: GenShape
Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Methods

Method Description
Mound ( int halfWidth, int height ) : Microsoft.Xna.Framework
Perform ( System.Point origin, GenAction action ) : bool

Method Details

Mound() public method

public Mound ( int halfWidth, int height ) : Microsoft.Xna.Framework
halfWidth int
height int
return Microsoft.Xna.Framework

Perform() public method

public Perform ( System.Point origin, GenAction action ) : bool
origin System.Point
action GenAction
return bool