mirror of https://github.com/axmolengine/axmol.git
73 lines
2.1 KiB
Lua
73 lines
2.1 KiB
Lua
|
|
--------------------------------
|
|
-- @module ControlHuePicker
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] setEnabled
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] initWithTargetAndPos
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
-- @param #point_table point
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] setHue
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] getStartPos
|
|
-- @param self
|
|
-- @return point_table#point_table ret (return value: point_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] getHue
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] getSlider
|
|
-- @param self
|
|
-- @return Sprite#Sprite ret (return value: cc.Sprite)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] setBackground
|
|
-- @param self
|
|
-- @param #cc.Sprite sprite
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] setHuePercentage
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] getBackground
|
|
-- @param self
|
|
-- @return Sprite#Sprite ret (return value: cc.Sprite)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] getHuePercentage
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] setSlider
|
|
-- @param self
|
|
-- @param #cc.Sprite sprite
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] create
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
-- @param #point_table point
|
|
-- @return ControlHuePicker#ControlHuePicker ret (return value: cc.ControlHuePicker)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ControlHuePicker] ControlHuePicker
|
|
-- @param self
|
|
|
|
return nil
|