mirror of https://github.com/axmolengine/axmol.git
52 lines
1.3 KiB
Lua
52 lines
1.3 KiB
Lua
|
|
--------------------------------
|
|
-- @module Lens3D
|
|
-- @extend Grid3DAction
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Lens3D] setPosition
|
|
-- @param self
|
|
-- @param #vec2_table vec2
|
|
|
|
--------------------------------
|
|
-- @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 vec2_table#vec2_table ret (return value: vec2_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 #vec2_table vec2
|
|
-- @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
|