C# Class Microsoft.Xna.Framework.Graphics.RasterizerState

Inheritance: GraphicsResource
Exibir arquivo Open project: procfxgen/MGShaderEditor Class Usage Examples

Public Properties

Property Type Description
CullClockwise RasterizerState
CullCounterClockwise RasterizerState
CullNone RasterizerState

Public Methods

Method Description
RasterizerState ( ) : System

Private Methods

Method Description
BindToGraphicsDevice ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void
Clone ( ) : RasterizerState
PlatformApplyState ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, bool force = false ) : void
RasterizerState ( RasterizerState cloneSource ) : System
RasterizerState ( string name, CullMode cullMode ) : System
ThrowIfBound ( ) : void

Method Details

RasterizerState() public method

public RasterizerState ( ) : System
return System

Property Details

CullClockwise public_oe static_oe property

public static RasterizerState,Microsoft.Xna.Framework.Graphics CullClockwise
return RasterizerState

CullCounterClockwise public_oe static_oe property

public static RasterizerState,Microsoft.Xna.Framework.Graphics CullCounterClockwise
return RasterizerState

CullNone public_oe static_oe property

public static RasterizerState,Microsoft.Xna.Framework.Graphics CullNone
return RasterizerState