Click or drag to resize
AB4D logo

WpfMaterialTextureBlendState Property

Gets a BlendState that is used to render the texture. If null a CommonStates.Opaque will be used.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public BlendState TextureBlendState { get; }

Property Value

BlendState

Implements

IDiffuseTextureMaterialTextureBlendState
See Also