GraphPipelineStage#
- class omni.graph.core.GraphPipelineStage#
Bases:
pybind11_objectPipeline stage in which the graph lives
Members:
GRAPH_PIPELINE_STAGE_SIMULATION : The regular evaluation stage
GRAPH_PIPELINE_STAGE_PRERENDER : The stage that evaluates just before rendering
GRAPH_PIPELINE_STAGE_POSTRENDER : The stage that evaluates just after rendering
GRAPH_PIPELINE_STAGE_ONDEMAND : The stage evaluating only when requested
GRAPH_PIPELINE_STAGE_UNKNOWN : The stage is not currently known
Methods
__init__(self, value)Attributes
GRAPH_PIPELINE_STAGE_ONDEMANDGRAPH_PIPELINE_STAGE_POSTRENDERGRAPH_PIPELINE_STAGE_PRERENDERGRAPH_PIPELINE_STAGE_SIMULATIONGRAPH_PIPELINE_STAGE_UNKNOWNvalue- __init__(
- self: omni.graph.core._omni_graph_core.GraphPipelineStage,
- value: int,
- property name#