Add a UIElement derivative class into the set of known classes in Wren, and all its parent up to UIElement
It is recommended that you use @ScriptExport on your fields and registerScriptExports instead, but this
can be used to register classes manually.
Note: the mirror Wren classes don't inherit from each other. Wren doesn't know our D hierarchy.
Add a UIElement derivative class into the set of known classes in Wren, and all its parent up to UIElement It is recommended that you use @ScriptExport on your fields and registerScriptExports instead, but this can be used to register classes manually.
Note: the mirror Wren classes don't inherit from each other. Wren doesn't know our D hierarchy.