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
getset

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 }