Hey there, the [documentation for DecoratorDrawers][1] has no javascipt equivalent to the C# code. I'm having trouble translating this line:
get { return ((ColorSpacer)attribute); }
I've read that you need a javascript workaround for get accessors but I'm having trouble getting it to work in this context or at all.
If anyone can help me I'd appreciate it greatly. Currently teaching myself C# so I don't need to deal with this type of thing :P
[1]: https://docs.unity3d.com/ScriptReference/DecoratorDrawer.html
↧