 |
DXScenePostProcesses Property |
Gets a collection of post processes that will be applied after rendering the 3D scene.
Namespace:
Ab3d.DirectX
Assembly:
Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 5.2.8348.1045
Syntaxpublic ObservableCollection<PostProcessBase> PostProcesses { get; }
Property Value
Type:
ObservableCollectionPostProcessBase
See Also