Function LuabindClass

  • Decorator to mark classes as luabind transformed. Marked classes will be declared using luabind tools instead of default typescript-to-lua approach. Luabind variant is less flexible and has many limitations, but allows extension of engine exported classes and virtual methods.

    Returns ClassDecorator

    class decorator to mark class as luabind implementation

Generated using TypeDoc