terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
IndependentBlendEnable
bool Microsoft.Xna.Framework.Graphics.BlendState.IndependentBlendEnable
get
set
Definition at line
429
of file
BlendState.cs
.
430
{
431
get
432
{
433
return
this.
_independentBlendEnable
;
434
}
435
set
436
{
437
this.
ThrowIfBound
();
438
}
439
}
Microsoft.Xna.Framework.Graphics.BlendState._independentBlendEnable
bool _independentBlendEnable
Definition
BlendState.cs:531
Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound
void ThrowIfBound()
Definition
BlendState.cs:23
Microsoft
Xna
Framework
Graphics
BlendState
Generated by
1.10.0