uLua v2.2.0
A Lua Modding Framework for Unity.
uLua.IndexedUserDataDescriptor Class Reference

Custom user data descriptor to more accurately implement Lua syntax in the Moonsharp interpreter. Makes use of the ILuaObject interface. More...

Detailed Description

Custom user data descriptor to more accurately implement Lua syntax in the Moonsharp interpreter. Makes use of the ILuaObject interface.

Allows objects in Lua to be indexed with both the '.' and '[]' operators. Credit to user tw39124 from the MoonSharp forum for the original implementation.