Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetRecommendedZoomContext()

static void Terraria.Main.SetRecommendedZoomContext ( Matrix matrix)
inlinestatic

Definition at line 2964 of file Main.cs.

2965 {
2966 _currentWantedZoomMatrix = matrix;
2967 }
static Matrix _currentWantedZoomMatrix
Definition Main.cs:231

References Terraria.Main._currentWantedZoomMatrix.

Referenced by Terraria.GameInput.PlayerInput.SetZoom_Context().