PostEffectPipelineExecutionOrder Method |
Returns a list of the post effects to be executed by this pipeline in order.
Namespace:
Rhino.Render.PostEffects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public Guid[] ExecutionOrder()
Public Function ExecutionOrder As Guid()
Return Value
Type:
GuidA list of the post effects to be executed by this pipeline in order
See Also