#include <mobu-python-api.h>
Constraint information class.
This data structure is passed to the real-time evaluation callback for a constraint (AnimationNodeNotify()).
Public Member Functions | |
__reduce__ () | |
bool | GetSnapRequested (FBConstraintInfo arg1) |
Was a 'snap' requested? More... | |
bool | GetZeroRequested (FBConstraintInfo arg1) |
Was a 'zero' requested? More... | |
__init__ (...) | |
__init__ | ( | ... | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
__reduce__ | ( | ) |
bool GetSnapRequested | ( | FBConstraintInfo | arg1 | ) |
Was a 'snap' requested?
Python Docstring:
GetSnapRequested( (FBConstraintInfo)arg1) -> bool
C++ Signature:
bool GetSnapRequested()
bool GetZeroRequested | ( | FBConstraintInfo | arg1 | ) |
Was a 'zero' requested?
Python Docstring:
GetZeroRequested( (FBConstraintInfo)arg1) -> bool
C++ Signature:
bool GetZeroRequested()