|
Rumba C++ SDK
|
#include <QueryContext.h>
Public Member Functions | |
| QueryContext (float frame) | |
| std::optional< float > | frame () const |
Static Public Attributes | |
| static const QueryContext | at_current_frame |
| Query at the current frame. More... | |
| static const float | current_frame |
| maquina::QueryContext::QueryContext | ( | float | frame | ) |
| frame | frame is the expressed in the node's (on which the query is done) document time |
| std::optional<float> maquina::QueryContext::frame | ( | ) | const |
|
static |
Query at the current frame.
|
static |