Click or drag to resize
AB4D logo

RenderObjectsRenderingStepFilterLightsFunction Property

Gets or sets a filter function that can be used to filter lights used by this RenderObjectsRenderingStep - the function should return a List{ILight}

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Func<List<ILight>, List<ILight>> FilterLightsFunction { get; set; }

Property Value

FuncListILight, ListILight
See Also