Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FillMode
FillMode
Microsoft.Xna.Framework.Graphics.RasterizerState.FillMode
get
set
Definition at line
90
of file
RasterizerState.cs
.
91
{
92
get
93
{
94
return
cachedFillMode
;
95
}
96
set
97
{
98
ThrowIfBound
();
99
cachedFillMode
=
value
;
100
}
101
}
Microsoft.Xna.Framework.Graphics.RasterizerState.ThrowIfBound
void ThrowIfBound()
Definition
RasterizerState.cs:197
Microsoft.Xna.Framework.Graphics.RasterizerState.cachedFillMode
FillMode cachedFillMode
Definition
RasterizerState.cs:12
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
RasterizerState
Generated by
1.10.0