mirror of https://github.com/axmolengine/axmol.git
19 lines
457 B
Lua
19 lines
457 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module Animation3D
|
||
|
-- @extend Ref
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Animation3D] getDuration
|
||
|
-- @param self
|
||
|
-- @return float#float ret (return value: float)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Animation3D] getOrCreate
|
||
|
-- @param self
|
||
|
-- @param #string str
|
||
|
-- @param #string str
|
||
|
-- @return Animation3D#Animation3D ret (return value: cc.Animation3D)
|
||
|
|
||
|
return nil
|