ArpEngine / ArpDomain

Asset and entity manager for ArpEngine
MIT License
0 stars 0 forks source link

Support Haxe enum #44

Open kaikoga opened 4 years ago

kaikoga commented 4 years ago

Should be done after #31

Deal with "simple" enums only (all enum constructors should not have params)

We should trick MacroArpObjectRegistry.templateInfoOfNativeType to deal with registered enums and enum abstracts

We already follow abstracts, so enum abstracts should have special treatment

kaikoga commented 4 years ago

For enum abstracts, can we just read as underlying type?

kaikoga commented 4 years ago

Try not to...

kaikoga commented 4 years ago

And they are value types (with unique arpType)