Skip to content

Function: LuabindClass()

ts
function LuabindClass(): ClassDecorator;

Mark a TypeScript class for LuaBind class transformation.

Use this on classes that extend engine bindings and need LuaBind-compatible constructors, inheritance, or virtual methods in emitted Lua.

Returns

ClassDecorator

Class decorator.