소스 검색

Update babylon.skeleton.ts

update comment for doc
David 9 년 전
부모
커밋
01253c6c8f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/Bones/babylon.skeleton.ts

+ 1 - 2
src/Bones/babylon.skeleton.ts

@@ -98,9 +98,8 @@
         }
         
         /**
-        * get a bone using its id
+        * get a index on skeleton by name
         * @param {string} the bone's name
-        * @param {Skeleton} the skeleton 
         * @return {number} the indice of bone on
         */
         public getIndexOnSkeletonByName(name: string): number {