The ConditionalVisibilityAttribute is an abstract class used to hide a property in the inspector based on a specific condition. It inherits from InspectorVisibilityAttribute.
The ConditionalVisibilityAttribute is an abstract class used to hide a property in the inspector based on a specific condition. It inherits from InspectorVisibilityAttribute.
Member Name | Summary |
---|---|
TestCondition | Determines whether the condition for visibility is met for the given object and type description. |