GraphEvaluationMode#
- class omni.graph.core.GraphEvaluationMode#
Bases:
pybind11_object
How the graph evaluation is scheduled
Members:
GRAPH_EVALUATION_MODE_AUTOMATIC : Evaluation is scheduled based on graph type
GRAPH_EVALUATION_MODE_STANDALONE : Evaluation is scheduled as a single graph
GRAPH_EVALUATION_MODE_INSTANCED : Evaluation is scheduled by instances
Methods
__init__
(self, value)Attributes
GRAPH_EVALUATION_MODE_AUTOMATIC
GRAPH_EVALUATION_MODE_INSTANCED
GRAPH_EVALUATION_MODE_STANDALONE
value
- __init__(
- self: omni.graph.core._omni_graph_core.GraphEvaluationMode,
- value: int,
- property name#