#include <mobu-python-api.h>
AnimationNodeNotify evaluation information.
This structure is passed to the AnimationNodeNotify calls (in Constraints, Devices, and Boxes), giving the connectors information with regards to the start or stop times of the evaluation. In general, only the start time is of interest for the current evaluation cycle. The advantage of the structure is to have a common time for the evaluation of all the elements in the scene.
Public Member Functions | |
__reduce__ () | |
FBTime | GetLocalTime (FBEvaluateInfo arg1) |
Return local (scene) time. More... | |
int | GetSyncCount (FBEvaluateInfo arg1) |
Return the wanted timer sync count (internal or external). More... | |
FBTime | GetSystemTime (FBEvaluateInfo arg1) |
Return system time. More... | |
bool | IsStop (FBEvaluateInfo arg1) |
Is local time stopped? (ie: no animation). More... | |
int | GetEvaluationID (FBEvaluateInfo arg1) |
Return the wanted timer sync count (internal or external). More... | |
__init__ (...) | |
__init__ | ( | ... | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
__reduce__ | ( | ) |
int GetEvaluationID | ( | FBEvaluateInfo | arg1 | ) |
Return the wanted timer sync count (internal or external).
Python Docstring:
GetEvaluationID( (FBEvaluateInfo)arg1) -> int
C++ Signature:
int GetEvaluationID()
FBTime GetLocalTime | ( | FBEvaluateInfo | arg1 | ) |
Return local (scene) time.
Python Docstring:
GetLocalTime( (FBEvaluateInfo)arg1) -> FBTime
C++ Signature:
ORSDK2018::FBTime & GetLocalTime()
int GetSyncCount | ( | FBEvaluateInfo | arg1 | ) |
Return the wanted timer sync count (internal or external).
Python Docstring:
GetSyncCount( (FBEvaluateInfo)arg1) -> int
C++ Signature:
int GetSyncCount()
FBTime GetSystemTime | ( | FBEvaluateInfo | arg1 | ) |
Return system time.
Python Docstring:
GetSystemTime( (FBEvaluateInfo)arg1) -> FBTime
C++ Signature:
ORSDK2018::FBTime & GetSystemTime()
bool IsStop | ( | FBEvaluateInfo | arg1 | ) |
Is local time stopped? (ie: no animation).
Python Docstring:
IsStop( (FBEvaluateInfo)arg1) -> bool
C++ Signature:
bool IsStop()