The name of the render flow
Priority of the current flow
The stages of flow.
Tag of the current flow
Activate the current render flow in the given pipeline
The render pipeline to activate this render flow
Destroy function.
The initialization process, user shouldn't use it in most case, only useful when need to generate render pipeline programmatically.
The render flow information
Render function, it basically run all render stages in sequence for the given view.
Generated using TypeDoc
Render flow is a sub process of the RenderPipeline, it dispatch the render task to all the RenderStages.