diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/Skeleton3D.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/Skeleton3D.lua | 44 |
2 files changed, 0 insertions, 44 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/cc/Skeleton3D.lua b/meta/3rd/Cocos4.0/library/cc/Skeleton3D.lua deleted file mode 100644 index c5bd2fe7..00000000 --- a/meta/3rd/Cocos4.0/library/cc/Skeleton3D.lua +++ /dev/null @@ -1,44 +0,0 @@ ----@meta - ----@class cc.Skeleton3D :cc.Ref -local Skeleton3D={ } -cc.Skeleton3D=Skeleton3D - - - - ----* remove all bones ----@return self -function Skeleton3D:removeAllBones () end ----* add bone ----@param bone cc.Bone3D ----@return self -function Skeleton3D:addBone (bone) end ----* ----@param id string ----@return cc.Bone3D -function Skeleton3D:getBoneByName (id) end ----* ----@param index int ----@return cc.Bone3D -function Skeleton3D:getRootBone (index) end ----* refresh bone world matrix ----@return self -function Skeleton3D:updateBoneMatrix () end ----* get bone ----@param index unsigned_int ----@return cc.Bone3D -function Skeleton3D:getBoneByIndex (index) end ----* get & set root bone ----@return int -function Skeleton3D:getRootCount () end ----* get bone index ----@param bone cc.Bone3D ----@return int -function Skeleton3D:getBoneIndex (bone) end ----* get total bone count ----@return int -function Skeleton3D:getBoneCount () end ----* ----@return self -function Skeleton3D:Skeleton3D () end
\ No newline at end of file |