Tesla Graphics Engine Documentation (January 2012)
Begin Method (sortMode, blendState, rasterizerState, samplerState, depthStencilState, customEffect, worldMatrix)
TeslaTesla.GraphicsSpriteBatchBegin(SpriteSortMode, BlendState, RasterizerState, SamplerState, DepthStencilState, Effect, Matrix)
Declaration Syntax
C#
public void Begin(
	SpriteSortMode sortMode,
	BlendState blendState,
	RasterizerState rasterizerState,
	SamplerState samplerState,
	DepthStencilState depthStencilState,
	Effect customEffect,
	Matrix worldMatrix
)
Parameters
sortMode (SpriteSortMode)
blendState (BlendState)
rasterizerState (RasterizerState)
samplerState (SamplerState)
depthStencilState (DepthStencilState)
customEffect (Effect)
worldMatrix (Matrix)

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)