s&box docs

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

Methods

Showing 2 methods

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.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:HideIfAttribute

On this page