class
ShowIfAttribute
public class ShowIfAttribute : HideIfAttribute Show this property if a given property within the same class has the given value. Used typically in the Editor Inspector.
Constructors
ShowIfAttribute(String propertyName, Object value) Methods
virtual Boolean TestCondition(Object targetObject, TypeDescription td) virtual Boolean TestCondition(SerializedObject so) Assembly:
Sandbox.Engine Full Name: ShowIfAttribute