GraphEvaluationMode
- class omni.graph.core.GraphEvaluationMode
Bases:
pybind11_objectHow 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_AUTOMATICGRAPH_EVALUATION_MODE_INSTANCEDGRAPH_EVALUATION_MODE_STANDALONEvalue- __init__(self: omni.graph.core._omni_graph_core.GraphEvaluationMode, value: int) None
- property name