- Home /
Question by
SocialTank · Jul 22, 2018 at 04:45 PM ·
arrayvariablesenum
how to show\hide dropdown menu in inspector?
Something like this:
public enum TypeOfItem { Consumable, Weapon, Armor }
if(TypeOfItem == TypeOfItem.Armor) { show other dropdown menu in inspector with armor types }
Comment