PostProcessing
Overview
PostProcessing is a class in Aspose.3D FOSS for .NET.
Inherits from: A3DObject, INamedObject.
The post-processing effects
This class provides 5 methods for working with PostProcessing objects in .NET programs.
Available methods include: A3DObject, FindProperty, GetProperty, RemoveProperty, SetProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Input, Name, Properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Input | ITextureUnit | Read/Write | Input of this post-processing |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the collection of all properties. |
Methods
| Signature | Description |
|---|---|
A3DObject() | Initializes a new instance of the A3DObject class with no name. |
RemoveProperty(property: Property) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. |