|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Attribute to restrict to enum types only for fields. More...
Public Member Functions | |
| override string | GetTypeName (FieldInfo fieldInfo) |
| Returns the type name of the constraint. More... | |
| override bool | IsConstraintSatisfied (Type type, FieldInfo fieldInfo) |
| Whether the constraint is satisfied is judged. More... | |
Public Member Functions inherited from ClassTypeConstraintAttribute | |
| virtual Type | GetBaseType (FieldInfo fieldInfo) |
| It returns the base type of constraints. More... | |
Attribute to restrict to enum types only for fields.
|
virtual |
Returns the type name of the constraint.
| fieldInfo | FieldInfo with this attribute specified |
Reimplemented from ClassTypeConstraintAttribute.
|
virtual |
Whether the constraint is satisfied is judged.
| type | Determining type |
| fieldInfo | FieldInfo with this attribute specified |
Implements ClassTypeConstraintAttribute.