class
ConditionalVisibilityAttribute
public abstract class ConditionalVisibilityAttribute : InspectorVisibilityAttribute Hide a property if a condition matches.
Methods
virtual Boolean TestCondition(Object targetObject, TypeDescription td) The test condition.
targetObject — The class instance of the property this attribute is attached to. td — Description of the 's type. returns — Return true if the property should be visible.
Assembly:
Sandbox.Engine Full Name: ConditionalVisibilityAttribute