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

67 lines
1.8 KiB
Lua

--------------------------------
-- @module Skybox
-- @extend Node
-- @parent_module cc
--------------------------------
-- reload sky box after GLESContext reconstructed.
-- @function [parent=#Skybox] reload
-- @param self
-- @return Skybox#Skybox self (return value: cc.Skybox)
--------------------------------
-- initialize with texture path
-- @function [parent=#Skybox] init
-- @param self
-- @param #string positive_x
-- @param #string negative_x
-- @param #string positive_y
-- @param #string negative_y
-- @param #string positive_z
-- @param #string negative_z
-- @return bool#bool ret (return value: bool)
--------------------------------
-- texture getter and setter
-- @function [parent=#Skybox] setTexture
-- @param self
-- @param #cc.TextureCube
-- @return Skybox#Skybox self (return value: cc.Skybox)
--------------------------------
-- @overload self, string, string, string, string, string, string
-- @overload self
-- @function [parent=#Skybox] create
-- @param self
-- @param #string positive_x
-- @param #string negative_x
-- @param #string positive_y
-- @param #string negative_y
-- @param #string positive_z
-- @param #string negative_z
-- @return Skybox#Skybox ret (return value: cc.Skybox)
--------------------------------
-- draw Skybox object
-- @function [parent=#Skybox] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #mat4_table transform
-- @param #unsigned int flags
-- @return Skybox#Skybox self (return value: cc.Skybox)
--------------------------------
-- init Skybox.
-- @function [parent=#Skybox] init
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
-- Constructor.
-- @function [parent=#Skybox] Skybox
-- @param self
-- @return Skybox#Skybox self (return value: cc.Skybox)
return nil