AnimationNode.GetBindPoint

AnimationNode.GetBindPoint method

获取给定属性上的动画绑定点。

public BindPoint GetBindPoint(A3DObject target, string propName, bool create)
参数类型描述
目标A3DObject在哪个对象上创建绑定点。
propName字符串属性的名称。
创建Boolean如果设置为 true,在绑定点不存在时创建它。

返回值

绑定点。

另请参见