PerNodeKeys
- class omni.graph.core.PerNodeKeys
Bases:
object
Set of key values for per-node data. This is data that belongs to a node, but which is only valid for Python node implementations. Any data that belongs to all node types should be implemented through the ABI.
Methods
Attributes
Definitions of the attribute objects on the node
Accessor for dynamic attributes on the node
String list containing the unique errors encountered during evaluation
Data stored as internal state information by the user
Callback subscription for the node event stream
Role object built to provide a parallel method of accessing attribute role data
- __init__()
- ATTRIBUTES = 'attributes'
Definitions of the attribute objects on the node
- DYNAMIC_ATTRIBUTES = 'dynamic_attributes'
Accessor for dynamic attributes on the node
- ERRORS = 'errors'
String list containing the unique errors encountered during evaluation
- INTERNAL_STATE = 'internal_state'
Data stored as internal state information by the user
- NODE_CALLBACK = 'node_callback'
Callback subscription for the node event stream
- ROLE = 'role'
Role object built to provide a parallel method of accessing attribute role data