eComputeRule#
- class omni.graph.core.eComputeRule#
- Bases: - pybind11_object- How 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_DEFAULT- E_ON_REQUEST- value- __init__(
- self: omni.graph.core._omni_graph_core.eComputeRule,
- value: int,
 - property name#