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

◆ BlendFactor

Color Microsoft.Xna.Framework.Graphics.BlendState.BlendFactor
getset

Definition at line 397 of file BlendState.cs.

398 {
399 get
400 {
401 Color color;
402 return color;
403 }
404 set
405 {
406 this.ThrowIfBound();
407 }
408 }