Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AddressV
TextureAddressMode
Microsoft.Xna.Framework.Graphics.SamplerState.AddressV
get
set
Definition at line
112
of file
SamplerState.cs
.
113
{
114
get
115
{
116
return
cachedAddressV
;
117
}
118
set
119
{
120
ThrowIfBound
();
121
cachedAddressV
=
value
;
122
}
123
}
Microsoft.Xna.Framework.Graphics.SamplerState.ThrowIfBound
void ThrowIfBound()
Definition
SamplerState.cs:323
Microsoft.Xna.Framework.Graphics.SamplerState.cachedAddressV
TextureAddressMode cachedAddressV
Definition
SamplerState.cs:14
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0