Sdk/Lua: Bind SpriteLibrary

This commit is contained in:
Lynix
2016-10-21 17:32:40 +02:00
parent 511ded215b
commit 034f5cc8d7
4 changed files with 41 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ namespace Ndk
Nz::LuaClass<Nz::InstancedRenderableRef> instancedRenderable;
Nz::LuaClass<Nz::ModelRef> model;
Nz::LuaClass<Nz::SpriteRef> sprite;
Nz::LuaClass<Nz::SpriteLibrary> spriteLibrary;
// Renderer
Nz::LuaClass<Nz::TextureRef> texture;