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