|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Construct with named containment predicate and named crossing actions.
| fn_name | Identifier for the containment predicate. |
| on_enter_fn_name | Identifier for the on_enter callable. |
| on_exit_fn_name | Identifier for the on_exit callable. |
| contains | Returns true when a world position lies within the Expanse. |
| on_enter | Fired with the entity id when it enters. May be empty. |
| on_exit | Fired with the entity id when it leaves. May be empty. |
Definition at line 73 of file Expanse.hpp.