|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Predicate function type for conditional callbacks.
A NodeCondition is a function that evaluates whether a callback should be triggered based on the node's current state. It receives a NodeContext object and returns true if the condition is met, false otherwise.
Example:
Definition at line 43 of file NodeUtils.hpp.