C# Class Terraria.Graphics.Capture.CaptureInterface

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
Active bool
CameraLock bool
EdgeA Point
EdgeAPinned bool
EdgeB Point
EdgeBPinned bool
HoveredMode int
JustActivated bool
SelectedMode int

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sb ) : void
EndCamera ( ) : void
GetArea ( ) : Rectangle
ResetFocus ( ) : void
Scrolling ( ) : void
StartCamera ( CaptureSettings settings ) : void
ToggleCamera ( bool On = true ) : void
Update ( ) : void
UsingMap ( ) : bool

Private Methods

Méthode Description
ConstraintPoints ( ) : void
DrawButtons ( SpriteBatch sb ) : void
DrawCameraLock ( SpriteBatch sb ) : void
FillModes ( ) : CaptureInterfaceMode>.Dictionary
GetMapCoords ( int PinX, int PinY, int Goal, Point &result ) : bool
PointWorldClamp ( Point &point, int fluff ) : void
UpdateButtons ( Vector2 mouse ) : bool
UpdateCamera ( ) : void

Method Details

Draw() public méthode

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

EndCamera() public static méthode

public static EndCamera ( ) : void
Résultat void

GetArea() public static méthode

public static GetArea ( ) : Rectangle
Résultat Microsoft.Xna.Framework.Rectangle

ResetFocus() public static méthode

public static ResetFocus ( ) : void
Résultat void

Scrolling() public méthode

public Scrolling ( ) : void
Résultat void

StartCamera() public static méthode

public static StartCamera ( CaptureSettings settings ) : void
settings CaptureSettings
Résultat void

ToggleCamera() public méthode

public ToggleCamera ( bool On = true ) : void
On 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

Active public_oe property

public bool Active
Résultat bool

CameraLock public_oe static_oe property

public static bool CameraLock
Résultat bool

EdgeA public_oe static_oe property

public static Point EdgeA
Résultat Point

EdgeAPinned public_oe static_oe property

public static bool EdgeAPinned
Résultat bool

EdgeB public_oe static_oe property

public static Point EdgeB
Résultat Point

EdgeBPinned public_oe static_oe property

public static bool EdgeBPinned
Résultat bool

HoveredMode public_oe property

public int HoveredMode
Résultat int

JustActivated public_oe static_oe property

public static bool JustActivated
Résultat bool

SelectedMode public_oe property

public int SelectedMode
Résultat int