dts2hx icon indicating copy to clipboard operation
dts2hx copied to clipboard

Improvements for Tweakpane

Open haxiomic opened this issue 4 years ago • 0 comments

Tweakpane defines a config type for many different classes, like:

interface Config extends ViewConfig {
    pickedColor: PickedColor;
}

However, since these have the same name and end up with the same class path, they all overlap and end up getting renamed to things like Config__________

These are non-exported types, and so don't get a class-path the usual way

Additionally, why is the Tweakpane class named as 'Default'?

haxiomic avatar Dec 20 '20 14:12 haxiomic