mirror of https://github.com/axmolengine/axmol.git
20 lines
478 B
Lua
20 lines
478 B
Lua
|
|
--------------------------------
|
|
-- @module Animation3D
|
|
-- @extend Ref
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @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
|