Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static void | GetDrawBoundary (List< DrawData > playerDrawData, out Vector2 lowest, out Vector2 highest) |
static void | GetHighsAndLowsOf (ref Vector2 lowest, ref Vector2 highest, ref DrawData cdd) |
static void | GetHighsAndLowsOf (ref Vector2 lowest, ref Vector2 highest, ref DrawData cdd, ref Vector2 pos, ref Vector2 origin, Vector2 corner) |
static Vector2 | GetCorner (ref DrawData cdd, ref Vector2 pos, ref Vector2 origin, Vector2 corner) |
Definition at line 9 of file SpriteRenderTargetHelper.cs.