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

Inheritance: CaptureInterfaceMode
Show file Open project: EmuDevs/EDTerraria

Public Methods

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

Private Methods

Method Description
BiomeWater ( int index ) : int
ButtonDraw ( int button, string &key, string &value ) : void
DrawWaterChoices ( SpriteBatch spritebatch, Point start, Point mouse ) : void
GetRect ( ) : Rectangle
PressButton ( int button ) : void

Method Details

Draw() public method

public Draw ( 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