eComputeRule#
- class omni.graph.core.eComputeRule#
 Bases:
pybind11_objectHow the node is allowed to be computed
Members:
E_DEFAULT : Nodes are computed according to the default evaluator rules
E_ON_REQUEST : The evaluator may skip computing this node until explicitly requested with INode::requestCompute
Methods
__init__(self, value)Attributes
E_DEFAULTE_ON_REQUESTvalue- __init__(
 - self: omni.graph.core._omni_graph_core.eComputeRule,
 - value: int,
 
- property name#