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

◆ Draw()

override void Terraria.Graphics.Capture.CaptureInterface.ModeDragBounds.Draw ( SpriteBatch sb)
inline

Definition at line 340 of file CaptureInterface.cs.

341 {
342 if (Selected)
343 {
344 sb.End();
347 DrawMarkedArea(sb);
348 sb.End();
351 }
352 }
static readonly BlendState AlphaBlend
Definition BlendState.cs:36
static readonly RasterizerState CullCounterClockwise
static readonly SamplerState LinearClamp

References Microsoft.Xna.Framework.Graphics.BlendState.AlphaBlend, Microsoft.Xna.Framework.Graphics.SpriteBatch.Begin(), Microsoft.Xna.Framework.Graphics.RasterizerState.CullCounterClockwise, Terraria.Main.CurrentWantedZoomMatrix, Terraria.Graphics.Capture.CaptureInterface.ModeDragBounds.DrawMarkedArea(), Microsoft.Xna.Framework.Graphics.SpriteBatch.End(), Microsoft.Xna.Framework.Graphics.SamplerState.LinearClamp, Microsoft.Xna.Framework.Graphics.DepthStencilState.None, Terraria.Graphics.Capture.CaptureInterface.CaptureInterfaceMode.Selected, Terraria.GameInput.PlayerInput.SetZoom_Context(), Terraria.GameInput.PlayerInput.SetZoom_UI(), and Terraria.Main.UIScaleMatrix.