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
|
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< EventArgs > | Disposing [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< Name > | k__BackingField |
object< Tag > | k__BackingField |
Definition at line 9 of file RasterizerState.cs.