Click or drag to resize
InspectorConditionalFlagsPropertyAttributeIsFulfilled Method
Checks if the specified value fulfills the condition.

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

Parameters

value
Type: SystemObject
Value to check.

Return Value

Type: Boolean
True if the specified value fulfills the condition; otherwise, false.
See Also