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

◆ TargetBlendState()

Microsoft.Xna.Framework.Graphics.TargetBlendState.TargetBlendState ( BlendState parent)
inlinepackage

Definition at line 9 of file TargetBlendState.cs.

10 {
11 this._parent = parent;
12 parent.ThrowIfBound();
13 this._parent.ThrowIfBound();
14 BlendState parent2 = this._parent;
15 this._alphaDestinationBlend = Blend.Zero;
17 this._parent.ThrowIfBound();
18 this._parent.ThrowIfBound();
19 BlendState parent3 = this._parent;
20 this._colorDestinationBlend = Blend.Zero;
22 this._parent.ThrowIfBound();
23 this._colorWriteChannels = ColorWriteChannels.All;
24 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Graphics.TargetBlendState._parent, j__TPar, and Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound().