PostEffectWriteState Method |
Write the state. If your post effect has no state, you must still return true for success.
Namespace:
Rhino.Render.PostEffects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public abstract bool WriteState(
ref PostEffectState state
)
Public MustOverride Function WriteState (
ByRef state As PostEffectState
) As Boolean
Parameters
- state
- Type: Rhino.Render.PostEffectsPostEffectState
PostEffectState
Return Value
Type:
BooleanReturn true if successful, else false.
See Also