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

◆ AddressW

TextureAddressMode Microsoft.Xna.Framework.Graphics.SamplerState.AddressW
getset

Definition at line 99 of file SamplerState.cs.

100 {
101 get
102 {
103 return cachedAddressW;
104 }
105 set
106 {
107 ThrowIfBound();
109 }
110 }