Click or drag to resize
InspectorConditionalPropertyAttribute Constructor (Object, Object)
Property inspector should only be shown if condition is met.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public InspectorConditionalPropertyAttribute(
	Object conditionName,
	Object requiredConditionValue
)

Parameters

conditionName
Type: SystemObject
Attribute table key of the condition in the entity configuration.
requiredConditionValue
Type: SystemObject
Attribute table value of the condition in the entity configuration for the inspector to be shown
See Also