 |
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.2.9484.2048 (1.0.0.0)
Syntaxpublic Func<Type, bool> FilterEffectTypeFunction { get; set; }Property Value
FuncType,
Boolean
See Also