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.RasterizerState.BindToGraphicsDevice ( GraphicsDevice device)
inlinepackage

Definition at line 153 of file RasterizerState.cs.

154 {
155 if (!this._defaultStateObject)
156 {
157 if (this.graphicsDevice != null)
158 {
159 }
160 base.GraphicsDevice = device;
161 return;
162 }
163 }
class f__AnonymousType0<< Count > j__TPar

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