CustomPostEffectAttribute Constructor |
Namespace: Rhino.Render.PostEffects
Assembly: RhinoCommon (in RhinoCommon.dll)
public CustomPostEffectAttribute( PostEffectType postEffectType, string name, PostEffectStyles styles = PostEffectStyles.ExecuteForProductionRendering|PostEffectStyles.ExecuteForRealtimeRendering|PostEffectStyles.DefaultOn, PostEffectExecuteWhileRenderingOptions executeWhileRenderingOption = PostEffectExecuteWhileRenderingOptions.Always, bool canDisplayHelp = false, int executeWhileRenderingDelay = 0 )
Public Sub New ( postEffectType As PostEffectType, name As String, Optional styles As PostEffectStyles = PostEffectStyles.ExecuteForProductionRendering Or PostEffectStyles.ExecuteForRealtimeRendering Or PostEffectStyles.DefaultOn, Optional executeWhileRenderingOption As PostEffectExecuteWhileRenderingOptions = PostEffectExecuteWhileRenderingOptions.Always, Optional canDisplayHelp As Boolean = false, Optional executeWhileRenderingDelay As Integer = 0 )
Parameters
- postEffectType
- Type: Rhino.Render.PostEffectsPostEffectType
[Missing <param name="postEffectType"/> documentation for "M:Rhino.Render.PostEffects.CustomPostEffectAttribute.#ctor(Rhino.Render.PostEffects.PostEffectType,System.String,Rhino.Render.PostEffects.PostEffectStyles,Rhino.Render.PostEffects.PostEffectExecuteWhileRenderingOptions,System.Boolean,System.Int32)"]
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Rhino.Render.PostEffects.CustomPostEffectAttribute.#ctor(Rhino.Render.PostEffects.PostEffectType,System.String,Rhino.Render.PostEffects.PostEffectStyles,Rhino.Render.PostEffects.PostEffectExecuteWhileRenderingOptions,System.Boolean,System.Int32)"]
- styles (Optional)
- Type: Rhino.Render.PostEffectsPostEffectStyles
[Missing <param name="styles"/> documentation for "M:Rhino.Render.PostEffects.CustomPostEffectAttribute.#ctor(Rhino.Render.PostEffects.PostEffectType,System.String,Rhino.Render.PostEffects.PostEffectStyles,Rhino.Render.PostEffects.PostEffectExecuteWhileRenderingOptions,System.Boolean,System.Int32)"]
- executeWhileRenderingOption (Optional)
- Type: Rhino.Render.PostEffectsPostEffectExecuteWhileRenderingOptions
[Missing <param name="executeWhileRenderingOption"/> documentation for "M:Rhino.Render.PostEffects.CustomPostEffectAttribute.#ctor(Rhino.Render.PostEffects.PostEffectType,System.String,Rhino.Render.PostEffects.PostEffectStyles,Rhino.Render.PostEffects.PostEffectExecuteWhileRenderingOptions,System.Boolean,System.Int32)"]
- canDisplayHelp (Optional)
- Type: SystemBoolean
[Missing <param name="canDisplayHelp"/> documentation for "M:Rhino.Render.PostEffects.CustomPostEffectAttribute.#ctor(Rhino.Render.PostEffects.PostEffectType,System.String,Rhino.Render.PostEffects.PostEffectStyles,Rhino.Render.PostEffects.PostEffectExecuteWhileRenderingOptions,System.Boolean,System.Int32)"]
- executeWhileRenderingDelay (Optional)
- Type: SystemInt32
[Missing <param name="executeWhileRenderingDelay"/> documentation for "M:Rhino.Render.PostEffects.CustomPostEffectAttribute.#ctor(Rhino.Render.PostEffects.PostEffectType,System.String,Rhino.Render.PostEffects.PostEffectStyles,Rhino.Render.PostEffects.PostEffectExecuteWhileRenderingOptions,System.Boolean,System.Int32)"]