NLua.ObjectTranslator Class Reference
Collaboration diagram for NLua.ObjectTranslator:

Public Member Functions

 ObjectTranslator (Lua interpreter, LuaState luaState)
 

Public Attributes

readonly Dictionary< object, int > objectsBackMap = new Dictionary<object, int> ()
 
readonly Dictionary< int, object > objects = new Dictionary<int, object> ()
 

Properties

MetaFunctions MetaFunctionsInstance [get]
 
Lua Interpreter [get]
 

Constructor & Destructor Documentation

◆ ObjectTranslator()

NLua.ObjectTranslator.ObjectTranslator ( Lua  interpreter,
LuaState  luaState 
)

Member Data Documentation

◆ objects

readonly Dictionary<int, object> NLua.ObjectTranslator.objects = new Dictionary<int, object> ()

◆ objectsBackMap

readonly Dictionary<object, int> NLua.ObjectTranslator.objectsBackMap = new Dictionary<object, int> ()

Property Documentation

◆ Interpreter

Lua NLua.ObjectTranslator.Interpreter
get

◆ MetaFunctionsInstance

MetaFunctions NLua.ObjectTranslator.MetaFunctionsInstance
get

The documentation for this class was generated from the following file: