|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public Func<List<ILight>, List<ILight>> FilterLightsFunction { get; set; }
Property Value
FuncListILight,
ListILightSee Also