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)
- Parameters
pipeline_stage (omni.graph.core.GraphPipelineStage) – The pipeline stage in question
- Returns
The list of graphs belonging to the pipeline stage
- Return type
list[omni.graph.core.Graph]