Click or drag to resize

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
)

Parameters

state
Type: Rhino.Render.PostEffectsPostEffectState
PostEffectState

Return Value

Type: Boolean
Return true if successful, else false.
See Also