AnimationNode.GetBindPoint
AnimationNode.GetBindPoint method
Gets the animation bind point on given property.
public BindPoint GetBindPoint(A3DObject target, string propName, bool create)
Parameter | Type | Description |
---|---|---|
target | A3DObject | On which object to create the bind point. |
propName | String | The property’s name. |
create | Boolean | If set to true create the bind point if it’s not existing. |
Return Value
The bind point.
See Also
- class BindPoint
- class A3DObject
- class AnimationNode
- namespace Aspose.ThreeD.Animation
- assembly Aspose.3D