Arbor 3: FSM & BT Graph Editor  3.7.8
IConstraintableAttribute Interface Reference

Inner interface for associating with ParameterReference. More...

Inheritance diagram for IConstraintableAttribute:
ConstraintableAttribute ConstraintableEnumAttribute

Public Member Functions

bool IsConstraintSatisfied (System.Type valueType)
 Determine whether the constraint is satisfied More...
 

Detailed Description

Inner interface for associating with ParameterReference.

Member Function Documentation

◆ IsConstraintSatisfied()

bool IsConstraintSatisfied ( System.Type  valueType)

Determine whether the constraint is satisfied

Parameters
valueTypeDetermining type
Returns
Returns true if the constraint is satisfied.

Implemented in ConstraintableAttribute, and ConstraintableEnumAttribute.