API Referenceglobal
public class HideIfAttribute : ConditionalVisibilityAttribute
Hide this property if a given property within the same class has the given value. Used typically in the Editor Inspector.
Constructors
Showing 1 constructors
public HideIfAttribute(string propertyName, object value)
No results match this filter.
Methods
Showing 2 methods
No results match this filter.
Properties
Showing 2 properties
public string HideIfAttribute.PropertyName { get; set; }
Property name to test.
public object HideIfAttribute.Value { get; set; }
Property value to test against.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:HideIfAttribute |