Tea Posted December 23, 2021 Share Posted December 23, 2021 Dear Developers, is there a reason, why the enum VWFC::VWObjects::ELayerVisibility doesn't contain the "dontcare" option, while the enum VWFC::VWObjects::EClassVisibility contains it? enum ELayerVisibility { kLayerVisibilityInvisible = -1, kLayerVisibilityNormal = 0, kLayerVisibilityGrayed = 2 }; enum EClassVisibility { kClassVisibilityInvisible = -1, kClassVisibilityNormal = 0, kClassVisibilityGrayed = 2, kClassVisibilityDontCare = 3, }; Thanks, Tea Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.