All Questions
1 question
0
votes
1
answer
470
views
Enums Ordinal in Obj-C (using enums for Z Values in Cocos2D)
I want to avoid manually assigning random Z values for Layers/Nodes in Cocos2D and planning on using enums for it.
I know enums are ordinal-ordered but is it safe to rely on the enum ordering in Obj-...