Click or drag to resize
AB4D logo

RenderObjectsRenderingStepFilterEffectTypeFunction Property

Gets or sets a filter function that can be used to filter the objects that will be rendered by their effect type (returning false for object that are not rendered). FilterEffectTypeFunction is called before the OverrideEffect is applied.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.2.9484.2048 (1.0.0.0)
Syntax
C#
public Func<Type, bool> FilterEffectTypeFunction { get; set; }

Property Value

FuncType, Boolean
See Also