C# Class Terraria.Graphics.Capture.CaptureInterface.ModeDragBounds

Inheritance: CaptureInterfaceMode
Datei anzeigen Open project: EmuDevs/EDTerraria

Public Properties

Property Type Description
currentAim int

Public Methods

Method Description
Draw ( SpriteBatch sb ) : void
DrawMarkedArea ( SpriteBatch sb ) : void
ToggleActive ( bool tickedOn ) : void
Update ( ) : void
UsingMap ( ) : bool

Private Methods

Method Description
DragBounds ( Vector2 mouse ) : void
DrawBound ( SpriteBatch sb, Rectangle r, int mode ) : void
GetBound ( Rectangle drawbox, int boundIndex ) : Rectangle

Method Details

Draw() public method

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

DrawMarkedArea() public method

public DrawMarkedArea ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

ToggleActive() public method

public ToggleActive ( bool tickedOn ) : void
tickedOn bool
return void

Update() public method

public Update ( ) : void
return void

UsingMap() public method

public UsingMap ( ) : bool
return bool

Property Details

currentAim public_oe property

public int currentAim
return int