Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MultiSampleMask
int Microsoft.Xna.Framework.Graphics.BlendState.MultiSampleMask
get
set
Definition at line
64
of file
BlendState.cs
.
65
{
66
get
67
{
68
return
cachedMultiSampleMask
;
69
}
70
set
71
{
72
ThrowIfBound
();
73
cachedMultiSampleMask
=
value
;
74
}
75
}
Microsoft.Xna.Framework.Graphics.BlendState.cachedMultiSampleMask
int cachedMultiSampleMask
Definition
BlendState.cs:32
Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound
void ThrowIfBound()
Definition
BlendState.cs:411
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
BlendState
Generated by
1.10.0