PostEffectData Class |
Namespace: Rhino.Render.PostEffects
The PostEffectData type exposes the following members.
Name | Description | |
---|---|---|
Collection | ||
Id |
Returns the unique id of this post effect.
| |
LocalName |
Returns the localized name of this post effect.
| |
On |
The 'on' state of this post effect.
| |
Shown |
The 'shown' state of this post effect.
| |
Type |
Returns the type of this post effect.
|
Name | Description | |
---|---|---|
DataCRC |
Get a CRC representing the state of the entire post effect.
| |
Dispose | Releases all resources used by the PostEffectData | |
Dispose(Boolean) | Releases the unmanaged resources used by the PostEffectData and optionally releases the managed resources | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetParameter |
Get an arbitrary parameter from this post effect by its name.
If the parameter is not known to the post effect, the method will fail.
Returns a variant object if successful or null on failure.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetParameter |
Set an arbitrary parameter to the post effect by its name.
If the parameter is not known to the post effect, the method will fail.
Returns true if successful or false on failure.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |