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

◆ MustClamp

virtual bool Microsoft.Xna.Framework.Graphics.Texture.MustClamp
getprotectedinherited

Definition at line 26 of file Texture.cs.

27 {
28 [return: MarshalAs(UnmanagedType.U1)]
29 get
30 {
31 return false;
32 }
33 }

Referenced by Microsoft.Xna.Framework.Graphics.Texture.CreateStateWrapper().