Parent Table Library none Revision Release 2024.3703 Keywords library See also CoronaPrototype:new()
This is the standard type for Corona libraries in Lua.
local Library = require "CoronaLibrary" -- Create library local lib = Library:new{ name="mylibrary", publisherId="com.mycompany" }
(Inherits properties from CoronaPrototype)
(Inherits methods from CoronaPrototype)