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

Inheritance: CaptureInterfaceMode
ファイルを表示 Open project: EmuDevs/EDTerraria

Public Methods

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

Private Methods

Method Description
DrawCursors ( SpriteBatch sb ) : void
DrawMarkedArea ( SpriteBatch sb ) : void
EdgePlacement ( Vector2 mouse ) : 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