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.1.9105.2048 (1.0.0.0)
Syntax
C#
public Func<List<ILight>, List<ILight>> FilterLightsFunction { get; set; }

Property Value

FuncListILight, ListILight
See Also