get_graphs_in_pipeline_stage
- omni.graph.core.get_graphs_in_pipeline_stage(pipeline_stage: omni.graph.core._omni_graph_core.GraphPipelineStage) List[omni.graph.core._omni_graph_core.Graph]
Returns a list of the non-orchestration graphs for a given pipeline stage (simulation, pre-render, post-render) :param pipeline_stage: The pipeline stage in question :type pipeline_stage: omni.graph.core.GraphPipelineStage
- Returns
The list of graphs belonging to the pipeline stage
- Return type
List[og.Graph]