KonstantTom
Hello!
I writing small game using Lua. I have 2 questions:
- How to manually add resource to cache?
- How to get image from Texture2D (to get/set some pixels for example)?
In AngelScript API I found methods Texture2D.GetImage() and ResourceCache.AddManualResource (Resource@), but there is not alternatives for Lua Script API?