Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SlopeScaleDepthBias
float Microsoft.Xna.Framework.Graphics.RasterizerState.SlopeScaleDepthBias
get
set
Definition at line
34
of file
RasterizerState.cs
.
35
{
36
get
37
{
38
return
cachedSlopeScaleDepthBias
;
39
}
40
set
41
{
42
ThrowIfBound
();
43
cachedSlopeScaleDepthBias
=
value
;
44
}
45
}
Microsoft.Xna.Framework.Graphics.RasterizerState.ThrowIfBound
void ThrowIfBound()
Definition
RasterizerState.cs:197
Microsoft.Xna.Framework.Graphics.RasterizerState.cachedSlopeScaleDepthBias
float cachedSlopeScaleDepthBias
Definition
RasterizerState.cs:20
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
RasterizerState
Generated by
1.10.0