mirror of https://github.com/axmolengine/axmol.git
14 lines
355 B
Lua
14 lines
355 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module AudioProfile
|
||
|
-- @parent_module ccexp
|
||
|
|
||
|
--------------------------------
|
||
|
-- Default constructor<br>
|
||
|
-- lua new
|
||
|
-- @function [parent=#AudioProfile] AudioProfile
|
||
|
-- @param self
|
||
|
-- @return experimental::AudioProfile#experimental::AudioProfile self (return value: cc.experimental::AudioProfile)
|
||
|
|
||
|
return nil
|