FBConstraintInfo Class Reference

#include <mobu-python-api.h>

Class Description

Constraint information class.

This data structure is passed to the real-time evaluation callback for a constraint (AnimationNodeNotify()).

+ Inheritance diagram for FBConstraintInfo:

Public Member Functions

 __reduce__ ()
 
bool GetSnapRequested (FBConstraintInfo arg1)
 Was a 'snap' requested? More...
 
bool GetZeroRequested (FBConstraintInfo arg1)
 Was a 'zero' requested? More...
 
 __init__ (...)
 

Member Function Documentation

__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() 
Returns
true if 'snap' was requeststed.
bool GetZeroRequested ( FBConstraintInfo  arg1)

Was a 'zero' requested?

Python Docstring:

GetZeroRequested( (FBConstraintInfo)arg1) -> bool 

C++ Signature:

bool GetZeroRequested() 
Returns
true if 'zero' was requeststed.