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

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

Public Methods

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

Method Details

Perform() public method

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

Rectangle() public method

public Rectangle ( int width, int height ) : Microsoft.Xna.Framework
width int
height int
return Microsoft.Xna.Framework