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
Loading...
Searching...
No Matches
Terraria.Map.MapOverlayDrawContext Struct Reference
+ Collaboration diagram for Terraria.Map.MapOverlayDrawContext:

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
 

Detailed Description

Definition at line 12 of file MapOverlayDrawContext.cs.


The documentation for this struct was generated from the following file: