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

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

Méthodes publiques

Свойство Type Description
currentAim int

Méthodes publiques

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

Private Methods

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

Method Details

Draw() public méthode

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

DrawMarkedArea() public méthode

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

Property Details

currentAim public_oe property

public int currentAim
Résultat int