|  | |
| Post | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic abstract class PostProcessBase : ComponentBase
The PostProcessBase type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PostProcessBase | Initializes a new instance of the ComponentBase class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsInitialized | Gets a Boolean that specifies if this PostProcess was already added to a SceneView (SceneView is not null). | 
|  | SceneView | Gets the SceneView to where that PostProcess was added to. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CheckIfInitialized | |
|  | Dispose | Dispose | 
|  | InitializeResources | Initializes this component. The specified scene must be initialized (has the GpuDevice property set). This method calls a virtual OnInitializeResources(SceneView, VulkanDevice) that can be used by a derived class to create the resources. | 
|  | OnInitializeResources | Initializes resources with the specified SceneView and GpuDevice. This method can be overriden and is called from InitializeResources(SceneView) method. | 
|  | Render | Render renders the post process | 
|  | ToString | (Overrides ObjectToString) | 
 See Also
See Also