Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CullMode
CullMode
Microsoft.Xna.Framework.Graphics.RasterizerState.CullMode
get
set
Definition at line
103
of file
RasterizerState.cs
.
104
{
105
get
106
{
107
return
cachedCullMode
;
108
}
109
set
110
{
111
ThrowIfBound
();
112
cachedCullMode
=
value
;
113
}
114
}
Microsoft.Xna.Framework.Graphics.RasterizerState.ThrowIfBound
void ThrowIfBound()
Definition
RasterizerState.cs:197
Microsoft.Xna.Framework.Graphics.RasterizerState.cachedCullMode
CullMode cachedCullMode
Definition
RasterizerState.cs:10
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
RasterizerState
Generated by
1.10.0