C# Class RenderingLibrary.Graphics.RenderStateVariables

Exibir arquivo 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_oe property

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

ClipRectangle public_oe property

public Rectangle? ClipRectangle
return Rectangle?

Filtering public_oe property

public bool Filtering
return bool

Wrap public_oe property

public bool Wrap
return bool