Click or drag to resize
InspectorConditionalPropertyAttribute Class
Property inspector should only be shown if condition is met.
Inheritance Hierarchy

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public class InspectorConditionalPropertyAttribute : Attribute

The InspectorConditionalPropertyAttribute type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConditionKey
Attribute table key of the condition in the entity configuration.
Public propertyRequiredConditionValue
Attribute table value of the condition in the entity configuration for the inspector to be shown.
Top
Methods
  NameDescription
Public methodIsFulfilled
Checks if the specified value fulfills the condition.
Top
See Also