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

◆ BindToGraphicsDevice()

void Microsoft.Xna.Framework.Graphics.BlendState.BindToGraphicsDevice ( GraphicsDevice device)
inlinepackage

Definition at line 10 of file BlendState.cs.

11 {
12 if (!this._defaultStateObject)
13 {
14 if (this.graphicsDevice != null)
15 {
16 }
17 base.GraphicsDevice = device;
18 return;
19 }
20 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Graphics.BlendState._defaultStateObject, Microsoft.Xna.Framework.Graphics.GraphicsResource.graphicsDevice, and j__TPar.