CoronaLibrary

Parent Table
Library none
Revision Release 2024.3703
Keywords library
See also CoronaPrototype:new()

Overview

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" }

Properties

(Inherits properties from CoronaPrototype)

Methods

(Inherits methods from CoronaPrototype)

object:setCurrentProvider()