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.Graphics.SpriteViewMatrix Class Reference
+ Collaboration diagram for Terraria.Graphics.SpriteViewMatrix:

Public Member Functions

 SpriteViewMatrix (GraphicsDevice graphicsDevice)
 
void SetViewportOverride (Viewport viewport)
 
void ClearViewportOverride ()
 

Properties

Vector2 Zoom [get, set]
 
Vector2 Translation [get, set]
 
Matrix ZoomMatrix [get, set]
 
Matrix TransformationMatrix [get, set]
 
Matrix NormalizedTransformationmatrix [get, set]
 
SpriteEffects Effects [get, set]
 
Matrix EffectMatrix [get, set]
 

Private Member Functions

void Rebuild ()
 
bool ShouldRebuild ()
 

Private Attributes

Vector2 _zoom
 
Vector2 _translation
 
Matrix _zoomMatrix
 
Matrix _transformationMatrix
 
Matrix _normalizedTransformationMatrix
 
SpriteEffects _effects
 
Matrix _effectMatrix
 
GraphicsDevice _graphicsDevice
 
Viewport _viewport
 
bool _overrideSystemViewport
 
bool _needsRebuild
 

Detailed Description

Definition at line 17 of file SpriteViewMatrix.cs.


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