UdonSharp icon indicating copy to clipboard operation
UdonSharp copied to clipboard

Non-exposed enum support

Open RamType0 opened this issue 3 years ago • 1 comments

Feature Description: Just like a jagged array support, we could support it by casting it to underlying integer types.

RamType0 avatar Dec 19 '20 00:12 RamType0

This is planned, but requires scanning enums across files and resolving expressions for enum values so it's a bit more involved than jagged arrays which can just exist given the base type.

MerlinVR avatar Dec 19 '20 00:12 MerlinVR