C# Class Artemis.Engine.SpriteBatchPropertiesPacket

Datei anzeigen Open project: ArtemisEngine/Artemis-Engine Class Usage Examples

Public Methods

Method Description
SpriteBatchPropertiesPacket ( SpriteSortMode ssm = SpriteSortMode.Deferred, BlendState bs = null, SamplerState ss = null, DepthStencilState dss = null, RasterizerState rs = null, Effect e = null, Matrix m = null ) : Microsoft.Xna.Framework

Method Details

SpriteBatchPropertiesPacket() public method

public SpriteBatchPropertiesPacket ( SpriteSortMode ssm = SpriteSortMode.Deferred, BlendState bs = null, SamplerState ss = null, DepthStencilState dss = null, RasterizerState rs = null, Effect e = null, Matrix m = null ) : Microsoft.Xna.Framework
ssm SpriteSortMode
bs Microsoft.Xna.Framework.Graphics.BlendState
ss Microsoft.Xna.Framework.Graphics.SamplerState
dss Microsoft.Xna.Framework.Graphics.DepthStencilState
rs Microsoft.Xna.Framework.Graphics.RasterizerState
e Microsoft.Xna.Framework.Graphics.Effect
m Microsoft.Xna.Framework.Matrix
return Microsoft.Xna.Framework