提交 31497d78 编写于 作者: T Takahiro

Remove findBone() from PropertyBinding

上级 4369d6ae
......@@ -266,28 +266,6 @@ Object.assign( PropertyBinding, {
return null;
},
findBone: function ( root, boneName ) {
var skeleton = root.skeleton;
if ( skeleton === undefined ) return null;
for ( var i = 0, il = skeleton.bones.length; i < il; i ++ ) {
var bone = skeleton.bones[ i ];
if ( bone.name === boneName ) {
return bone;
}
}
return null;
}
} );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册