MyBox icon indicating copy to clipboard operation
MyBox copied to clipboard

Hide inherited properties from inspector

Open FredTA opened this issue 3 years ago • 0 comments
trafficstars

Let's say I have a base class with some serializableField property, that gets inherited by the child class While the child class should have this property, I don't want this property to be visible in the inspector on this child class. It would be awesome if there could be a conditional field where the condition is className == someClass or className != someClass

FredTA avatar Aug 22 '22 08:08 FredTA