Click or drag to resize
AB4D logo

SpriteEffectApplyBatchSettings Method

Applies the setting that are used to render one sprite batch

Namespace:  Ab3d.DirectX.Effects
Assembly:  Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 4.3.7760.1045
Syntax
C#
public abstract void ApplyBatchSettings(
	bool isTransformMatrixIdentity,
	ref Matrix transformMatrix,
	BlendState blendState,
	SamplerState samplerState,
	DepthStencilState depthStencilState,
	RasterizerState rasterizerState
)

Parameters

isTransformMatrixIdentity
Type: SystemBoolean
transformMatrix
Type: Matrix
transformMatrix
blendState
Type: BlendState
blendState
samplerState
Type: SamplerState
samplerState
depthStencilState
Type: DepthStencilState
depthStencilState
rasterizerState
Type: RasterizerState
rasterizerState
See Also