-------------------------------- -- @module Lens3D -- @extend Grid3DAction -------------------------------- -- @function [parent=#Lens3D] setPosition -- @param self -- @param #cc.Vec2 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#Vec2 ret (return value: cc.Vec2) -------------------------------- -- @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 #cc.Vec2 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