Click or drag to resize
AB4D logo

RenderObjectsRenderingStepFilterObjectsFunction Property

Gets or sets a filter function that can be used to filter the objects that will be rendered (returning false for object that are not rendered).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public Func<RenderablePrimitiveBase, bool> FilterObjectsFunction { get; set; }

Property Value

FuncRenderablePrimitiveBase, Boolean
See Also