Post | |
public abstract class PostProcessBase : ComponentBase
The PostProcessBase type exposes the following members.
| Name | Description | |
|---|---|---|
| PostProcessBase | Initializes a new instance of the ComponentBase class. |
| 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. |
| 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) |