[Lua]cocos framework

package_support

function cc.register(name, package)

function cc.load(...)

function cc.bind(target, ...)

function cc.unbind(target, ...)

function cc.setmethods(target, component, methods)

function cc.unsetmethods(target, methods)

componentsevent

component sample, need to script bind(target)/unbind(target) method

transition

about action

原文地址:https://www.cnblogs.com/qianwen36/p/5682596.html