RhinoCommon API
PostEffectReadState Method |
Read 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
public abstract bool ReadState( PostEffectState state )
Public MustOverride Function ReadState ( state As PostEffectState ) As Boolean
Parameters
- state
- Type: Rhino.Render.PostEffectsPostEffectState
PostEffectState
Return Value
Type: BooleanReturn true if successful, else false.