C# Class Terraria.World.Generation.Actions.DebugDraw

Inheritance: GenAction
Show file Open project: EmuDevs/EDTerraria

Public Methods

Method Description
Apply ( System.Point origin, int x, int y ) : bool
DebugDraw ( SpriteBatch spriteBatch, Color color = default(Color) ) : Microsoft.Xna.Framework

Method Details

Apply() public method

public Apply ( System.Point origin, int x, int y ) : bool
origin System.Point
x int
y int
return bool

DebugDraw() public method

public DebugDraw ( SpriteBatch spriteBatch, Color color = default(Color) ) : Microsoft.Xna.Framework
spriteBatch SpriteBatch
color Color
return Microsoft.Xna.Framework