Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
◆
CounterClockwiseStencilFunction
CompareFunction
Microsoft.Xna.Framework.Graphics.DepthStencilState.CounterClockwiseStencilFunction
get
set
Definition at line
146
of file
DepthStencilState.cs
.
147
{
148
get
149
{
150
return
cachedCounterClockwiseStencilFunction
;
151
}
152
set
153
{
154
ThrowIfBound
();
155
cachedCounterClockwiseStencilFunction
=
value
;
156
}
157
}
Microsoft.Xna.Framework.Graphics.DepthStencilState.ThrowIfBound
void ThrowIfBound()
Definition
DepthStencilState.cs:408
Microsoft.Xna.Framework.Graphics.DepthStencilState.cachedCounterClockwiseStencilFunction
CompareFunction cachedCounterClockwiseStencilFunction
Definition
DepthStencilState.cs:28
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DepthStencilState
Generated by
1.10.0