Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Non-exposed enum support #67

Open
RamType0 opened this issue Dec 19, 2020 · 1 comment
Open

Non-exposed enum support #67

RamType0 opened this issue Dec 19, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@RamType0
Copy link

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

@RamType0 RamType0 added the enhancement New feature or request label Dec 19, 2020
@MerlinVR
Copy link
Owner

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 MerlinVR added this to the UdonSharp 1.0 milestone Aug 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants