summaryrefslogtreecommitdiff
path: root/meta/3rd/Defold/library/collection_proxy.lua
blob: d49ed6d1145e856d72f335b9e3bb232285005cfa (plain)
1
2
3
4
5
6
7
8
9
---Collection proxy API documentation
---Messages for controlling and interacting with collection proxies
---which are used to dynamically load collections into the runtime.
---@class collectionproxy
collectionproxy = {}



return collectionproxy