 | InspectorConditionalPropertyAttribute Constructor (Object, Object) |
Property inspector should only be shown if condition is met.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic InspectorConditionalPropertyAttribute(
Object conditionName,
Object requiredConditionValue
)
Public Sub New (
conditionName As Object,
requiredConditionValue As Object
)
public:
InspectorConditionalPropertyAttribute(
Object^ conditionName,
Object^ requiredConditionValue
)
new :
conditionName : Object *
requiredConditionValue : Object -> InspectorConditionalPropertyAttribute
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