C# Class RenderingLibrary.Graphics.RenderStateVariables

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
BlendState Microsoft.Xna.Framework.Graphics.BlendState
ClipRectangle Rectangle?
Filtering bool
Wrap bool

Property Details

BlendState public property

public BlendState,Microsoft.Xna.Framework.Graphics BlendState
return Microsoft.Xna.Framework.Graphics.BlendState

ClipRectangle public property

public Rectangle? ClipRectangle
return Rectangle?

Filtering public property

public bool Filtering
return bool

Wrap public property

public bool Wrap
return bool