terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Classes | |
struct | DrawResult |
Public Member Functions | |
MapOverlayDrawContext (Vector2 mapPosition, Vector2 mapOffset, Rectangle? clippingRect, float mapScale, float drawScale) | |
MapOverlayDrawContext.DrawResult | Draw (Texture2D texture, Vector2 position, Alignment alignment) |
MapOverlayDrawContext.DrawResult | Draw (Texture2D texture, Vector2 position, SpriteFrame frame, Alignment alignment) |
MapOverlayDrawContext.DrawResult | Draw (Texture2D texture, Vector2 position, Color color, SpriteFrame frame, float scaleIfNotSelected, float scaleIfSelected, Alignment alignment) |
Private Attributes | |
readonly Vector2 | _mapPosition |
readonly Vector2 | _mapOffset |
readonly? Rectangle | _clippingRect |
readonly float | _mapScale |
readonly float | _drawScale |
Definition at line 12 of file MapOverlayDrawContext.cs.