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

Inheritance: CaptureInterfaceMode
Afficher le fichier Open project: EmuDevs/EDTerraria

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sb ) : void
ToggleActive ( bool tickedOn ) : void
Update ( ) : void
UsingMap ( ) : bool

Private Methods

Méthode Description
DrawCursors ( SpriteBatch sb ) : void
DrawMarkedArea ( SpriteBatch sb ) : void
EdgePlacement ( Vector2 mouse ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

ToggleActive() public méthode

public ToggleActive ( bool tickedOn ) : void
tickedOn bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UsingMap() public méthode

public UsingMap ( ) : bool
Résultat bool