get_bind_point method
get_bind_point(self, target, prop_name, create)
Gets the animation bind point on given property.
Returns
The bind point.
def get_bind_point(self, target, prop_name, create):
...
| Parameter | Type | Description |
|---|---|---|
| target | A3DObject | On which object to create the bind point. |
| prop_name | str | The property’s name. |
| create | bool | If set to true create the bind point if it’s not existing. |
See Also
- module
aspose.threed.animation - class
AnimationNode