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

RasterizerState Microsoft.Xna.Framework.Graphics.GraphicsDevice.RasterizerState
getset

Definition at line 387 of file GraphicsDevice.cs.

388 {
389 get
390 {
391 return this._rasterizerState;
392 }
393 set
394 {
395 if (value != null)
396 {
398 bool <SupportsDepthClamp>k__BackingField;
399 if (!value._depthClipEnable)
400 {
401 <SupportsDepthClamp>k__BackingField = this.<GraphicsCapabilities>k__BackingField.<SupportsDepthClamp>k__BackingField;
402 if (!<SupportsDepthClamp>k__BackingField)
403 {
404 return;
405 }
406 }
408 if (!<SupportsDepthClamp>k__BackingField)
409 {
410 }
413 return;
414 }
415 }
416 }
class f__AnonymousType0<< Count > j__TPar
GraphicsCapabilities< GraphicsCapabilities > k__BackingField