mirror of https://github.com/axmolengine/axmol.git
Merge pull request #11177 from CocosRobot/update_lua_bindings_1427423082
[AUTO]: updating luabinding automatically
This commit is contained in:
commit
2ea8b8272a
|
@ -13,7 +13,7 @@
|
|||
|
||||
--------------------------------
|
||||
-- brief Enable/Disable the clipping.<br>
|
||||
-- param Pass true to enable clipping. Pass false to disable clipping.
|
||||
-- param enabled Pass true to enable clipping. Pass false to disable clipping.
|
||||
-- @function [parent=#ClippingRectangleNode] setClippingEnabled
|
||||
-- @param self
|
||||
-- @param #bool enabled
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
--------------------------------
|
||||
-- brief Set the clipping rectangle.<br>
|
||||
-- param Specify the clipping rectangle.
|
||||
-- param clippingRegion Specify the clipping rectangle.
|
||||
-- @function [parent=#ClippingRectangleNode] setClippingRegion
|
||||
-- @param self
|
||||
-- @param #rect_table clippingRegion
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
--------------------------------
|
||||
-- brief Set the center position of lens effect.<br>
|
||||
-- param The center position will be set.
|
||||
-- param position The center position will be set.
|
||||
-- @function [parent=#Lens3D] setPosition
|
||||
-- @param self
|
||||
-- @param #vec2_table position
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
--------------------------------
|
||||
-- brief Create the action with a range, shake Z vertices, a grid and duration.<br>
|
||||
-- param duration Specify the duration of the Shaky3D action. It's a value in seconds.<br>
|
||||
-- param initWithDuration Specify the duration of the Shaky3D action. It's a value in seconds.<br>
|
||||
-- param gridSize Specify the size of the grid.<br>
|
||||
-- param range Specify the range of the shaky effect.<br>
|
||||
-- param shakeZ Specify whether shake on the z axis.<br>
|
||||
|
|
Loading…
Reference in New Issue