summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.CatmullRomBy.lua
blob: 6456e54d98416c53e9b8ea5d83a0b5a44c21cc15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

---@class cc.CatmullRomBy :cc.CardinalSplineBy
local CatmullRomBy={ }
cc.CatmullRomBy=CatmullRomBy




---*  Initializes the action with a duration and an array of points.<br>
---* param dt In seconds.<br>
---* param points An PointArray.
---@param dt float
---@param points point_table
---@return boolean
function CatmullRomBy:initWithDuration (dt,points) end
---* 
---@return self
function CatmullRomBy:clone () end
---* 
---@return self
function CatmullRomBy:reverse () end