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

Inheritance: GraphicsResource
Afficher le fichier Open project: procfxgen/MGShaderEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
CullClockwise RasterizerState
CullCounterClockwise RasterizerState
CullNone RasterizerState

Méthodes publiques

Méthode Description
RasterizerState ( ) : System

Private Methods

Méthode 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 méthode

public RasterizerState ( ) : System
Résultat System

Property Details

CullClockwise public_oe static_oe property

public static RasterizerState,Microsoft.Xna.Framework.Graphics CullClockwise
Résultat RasterizerState

CullCounterClockwise public_oe static_oe property

public static RasterizerState,Microsoft.Xna.Framework.Graphics CullCounterClockwise
Résultat RasterizerState

CullNone public_oe static_oe property

public static RasterizerState,Microsoft.Xna.Framework.Graphics CullNone
Résultat RasterizerState