CConstrainTransformInterval
from panda3d.direct import CConstrainTransformInterval
- class CConstrainTransformInterval
Bases:
CConstraintInterval
A constraint interval that will constrain the transform of one node to the transform of another.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getNode()
C++ Interface: get_node(CConstrainTransformInterval self)
- /**
Returns the “source” node.
*/
- getTarget()
C++ Interface: get_target(CConstrainTransformInterval self)
- /**
Returns the “target” node.
*/
- get_class_type()
C++ Interface: get_class_type()