 | 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.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic InspectorConditionalPropertyAttribute GetCondition(
InspectorPropertyAttribute attribute
)
Public Function GetCondition (
attribute As InspectorPropertyAttribute
) As InspectorConditionalPropertyAttribute
public:
InspectorConditionalPropertyAttribute^ GetCondition(
InspectorPropertyAttribute^ attribute
)
member GetCondition :
attribute : InspectorPropertyAttribute -> InspectorConditionalPropertyAttribute
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