 |
StandardSpriteEffectApplyBatchSettings 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
Syntaxpublic override void ApplyBatchSettings(
bool isTransformMatrixIdentity,
ref Matrix transformMatrix,
BlendState blendState,
SamplerState samplerState,
DepthStencilState depthStencilState,
RasterizerState rasterizerState
)
Parameters
- isTransformMatrixIdentity
- Type: SystemBoolean
true if transformMatrix is identity (used to improve performance) - transformMatrix
- Type: Matrix
transformMatrix - blendState
- Type: BlendState
blendState - samplerState
- Type: SamplerState
samplerState - depthStencilState
- Type: DepthStencilState
depthStencilState - rasterizerState
- Type: RasterizerState
rasterizerState
See Also