Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AddressU
TextureAddressMode
Microsoft.Xna.Framework.Graphics.SamplerState.AddressU
get
set
Definition at line
125
of file
SamplerState.cs
.
126
{
127
get
128
{
129
return
cachedAddressU
;
130
}
131
set
132
{
133
ThrowIfBound
();
134
cachedAddressU
=
value
;
135
}
136
}
Microsoft.Xna.Framework.Graphics.SamplerState.ThrowIfBound
void ThrowIfBound()
Definition
SamplerState.cs:323
Microsoft.Xna.Framework.Graphics.SamplerState.cachedAddressU
TextureAddressMode cachedAddressU
Definition
SamplerState.cs:12
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0