Click or drag to resize
InspectorPropertyAttributeIsAllowed Method
Indicates if the specified value is allowed for the property.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public virtual bool IsAllowed(
	Object value
)

Parameters

value
Type: SystemObject
Value to check.

Return Value

Type: Boolean
True if the specified value is allowed; otherwise, false.
See Also