Click or drag to resize
InspectorPropertyAttributeValidate Method
Checks whether the passed value is valid for this property.

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

Parameters

value
Type: SystemObject
Value to check.

Return Value

Type: ValidationError
null, if the passed value is valid for this property, and ValidationError which contains information about the error otherwise.
See Also