mirror of https://github.com/axmolengine/axmol.git
28 lines
690 B
Lua
28 lines
690 B
Lua
|
|
--------------------------------
|
|
-- @module SubMeshState
|
|
-- @extend Ref
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SubMeshState] setTexture
|
|
-- @param self
|
|
-- @param #cc.Texture2D texture2d
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SubMeshState] getTexture
|
|
-- @param self
|
|
-- @return Texture2D#Texture2D ret (return value: cc.Texture2D)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SubMeshState] isVisible
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SubMeshState] setVisible
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
return nil
|