Click or drag to resize
InspectorTypeTableGetCondition Method
Gets the condition for the specified attribute to have its inspector shown, or null if the inspector should always be shown.

Namespace: Slash.ECS.Inspector.Data
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public InspectorConditionalPropertyAttribute GetCondition(
	InspectorPropertyAttribute attribute
)

Parameters

attribute
Type: Slash.ECS.Inspector.AttributesInspectorPropertyAttribute
Attribute to get the inspector condition of.

Return Value

Type: InspectorConditionalPropertyAttribute
Condition for the specified attribute to have its inspector shown, or null if the inspector should always be shown.
See Also