terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.RasterizerState Class Reference
+ Inheritance diagram for Microsoft.Xna.Framework.Graphics.RasterizerState:
+ Collaboration diagram for Microsoft.Xna.Framework.Graphics.RasterizerState:

Public Member Functions

 RasterizerState ()
 
void Dispose ()
 
override string ToString ()
 

Static Public Attributes

static readonly RasterizerState CullClockwise
 
static readonly RasterizerState CullCounterClockwise
 
static readonly RasterizerState CullNone
 

Package Functions

void BindToGraphicsDevice (GraphicsDevice device)
 
void ThrowIfBound ()
 
RasterizerState Clone ()
 
virtual void GraphicsDeviceResetting ()
 

Properties

CullMode CullMode [get, set]
 
float DepthBias [get, set]
 
FillMode FillMode [get, set]
 
bool MultiSampleAntiAlias [get, set]
 
bool ScissorTestEnable [get, set]
 
float SlopeScaleDepthBias [get, set]
 
bool DepthClipEnable [get, set]
 
EventHandler< EventArgsDisposing [set]
 
GraphicsDevice GraphicsDevice [get, set]
 
string Name [get, set]
 
object Tag [get, set]
 

Private Member Functions

 RasterizerState (string name, CullMode cullMode)
 
 RasterizerState (RasterizerState cloneSource)
 

Static Private Member Functions

static RasterizerState ()
 

Private Attributes

readonly bool _defaultStateObject
 
CullMode _cullMode
 
float _depthBias
 
FillMode _fillMode
 
bool _multiSampleAntiAlias
 
bool _scissorTestEnable
 
float _slopeScaleDepthBias
 
bool _depthClipEnable
 
GraphicsDevice graphicsDevice
 
string< Namek__BackingField
 
object< Tagk__BackingField
 

Detailed Description

Definition at line 9 of file RasterizerState.cs.


The documentation for this class was generated from the following file: