axmol/cocos/scripting/lua-bindings/auto/api/Lens3D.lua

60 lines
1.5 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module Lens3D
-- @extend Grid3DAction
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#Lens3D] setPosition
-- @param self
-- @param #vec2_table position
2014-03-10 14:04:58 +08:00
--------------------------------
-- Set whether lens is concave
2014-03-10 14:04:58 +08:00
-- @function [parent=#Lens3D] setConcave
-- @param self
-- @param #bool concave
2014-03-10 14:04:58 +08:00
--------------------------------
-- Set lens center position
2014-03-10 14:04:58 +08:00
-- @function [parent=#Lens3D] setLensEffect
-- @param self
-- @param #float lensEffect
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#Lens3D] getPosition
-- @param self
-- @return vec2_table#vec2_table ret (return value: vec2_table)
2014-03-10 14:04:58 +08:00
--------------------------------
-- Get lens center position
2014-03-10 14:04:58 +08:00
-- @function [parent=#Lens3D] getLensEffect
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- creates the action with center position, radius, a grid size and duration
2014-03-10 14:04:58 +08:00
-- @function [parent=#Lens3D] create
-- @param self
-- @param #float duration
-- @param #size_table gridSize
-- @param #vec2_table position
-- @param #float radius
2014-03-10 14:04:58 +08:00
-- @return Lens3D#Lens3D ret (return value: cc.Lens3D)
--------------------------------
--
-- @function [parent=#Lens3D] clone
-- @param self
-- @return Lens3D#Lens3D ret (return value: cc.Lens3D)
--------------------------------
-- param time in seconds
-- @function [parent=#Lens3D] update
-- @param self
-- @param #float time
2014-03-10 14:04:58 +08:00
return nil