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

◆ RasterizerState() [1/4]

Microsoft.Xna.Framework.Graphics.RasterizerState.RasterizerState ( )
inline

Definition at line 178 of file RasterizerState.cs.

179 {
180 this.ThrowIfBound();
181 this._cullMode = CullMode.CullCounterClockwiseFace;
182 this.ThrowIfBound();
183 this.ThrowIfBound();
184 this.ThrowIfBound();
186 this.ThrowIfBound();
187 this.ThrowIfBound();
188 this.ThrowIfBound();
190 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Microsoft.Xna.Framework.Graphics.RasterizerState.ThrowIfBound().