Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AddressW
TextureAddressMode
Microsoft.Xna.Framework.Graphics.SamplerState.AddressW
get
set
Definition at line
99
of file
SamplerState.cs
.
100
{
101
get
102
{
103
return
cachedAddressW
;
104
}
105
set
106
{
107
ThrowIfBound
();
108
cachedAddressW
=
value
;
109
}
110
}
Microsoft.Xna.Framework.Graphics.SamplerState.cachedAddressW
TextureAddressMode cachedAddressW
Definition
SamplerState.cs:16
Microsoft.Xna.Framework.Graphics.SamplerState.ThrowIfBound
void ThrowIfBound()
Definition
SamplerState.cs:323
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0