AnimationNode.GetBindPoint
AnimationNode.GetBindPoint method
获取给定属性上的动画绑定点。
public BindPoint GetBindPoint(A3DObject target, string propName, bool create)
| 参数 | 类型 | 描述 |
|---|---|---|
| 目标 | A3DObject | 在哪个对象上创建绑定点。 |
| propName | 字符串 | 属性的名称。 |
| 创建 | Boolean | 如果设置为 true,在绑定点不存在时创建它。 |
返回值
绑定点。
另请参见
- class BindPoint
- class A3DObject
- class AnimationNode
- namespace Aspose.ThreeD.Animation
- assembly Aspose.3D