GraphPipelineStage

class omni.graph.core.GraphPipelineStage

Bases: pybind11_object

Pipeline 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_ONDEMAND

GRAPH_PIPELINE_STAGE_POSTRENDER

GRAPH_PIPELINE_STAGE_PRERENDER

GRAPH_PIPELINE_STAGE_SIMULATION

GRAPH_PIPELINE_STAGE_UNKNOWN

name

value

__init__(self: omni.graph.core._omni_graph_core.GraphPipelineStage, value: int) None
property name