mirror of https://github.com/axmolengine/axmol.git
51 lines
1.3 KiB
Lua
51 lines
1.3 KiB
Lua
|
|
--------------------------------
|
|
-- @module Lens3D
|
|
-- @extend Grid3DAction
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] setPosition
|
|
-- @param self
|
|
-- @param #vector2_table array
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] setConcave
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] setLensEffect
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] getPosition
|
|
-- @param self
|
|
-- @return vector2_table#vector2_table ret (return value: vector2_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] getLensEffect
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #size_table size
|
|
-- @param #vector2_table array
|
|
-- @param #float float
|
|
-- @return Lens3D#Lens3D ret (return value: cc.Lens3D)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] clone
|
|
-- @param self
|
|
-- @return Lens3D#Lens3D ret (return value: cc.Lens3D)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
return nil
|