Scripting API
LunyEngine
- Luny
- LunyEngine - Luny Engine singleton
- LunyObject - Wrapper handling engine objects' lifecycle, preventing NullReferenceException
- Luny.Engine.Bridge - Engine-agnostic bridge/proxy types
- Luny.Engine.Services - Engine-agnostic feature services
- Luny.Unity.* - Unity implementations of Bridge types and Services
LunyScript
- LunyScript
- Script - Base class for custom Luny scripts
- ScriptEngine - LunyScript singleton
- LunyScript.Api - Script API implementations (Builders)
- LunyScript.Blocks - Executable Blocks
- LunyScript.Unity.* - Unity-specific Blocks (not portable)