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

◆ DepthClipEnable

bool Microsoft.Xna.Framework.Graphics.RasterizerState.DepthClipEnable
getset

Definition at line 140 of file RasterizerState.cs.

141 {
142 get
143 {
144 return this._depthClipEnable;
145 }
146 set
147 {
148 this.ThrowIfBound();
149 }
150 }