eComputeRule

class omni.graph.core.eComputeRule

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

name

value

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