|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class constraint information More...
Public Member Functions | |
| bool | IsConstraintSatisfied (System.Type type) |
| Determine whether the constraint is satisfied More... | |
| System.Type | GetConstraintBaseType () |
| Get the base type of constraint. More... | |
| string | GetConstraintTypeName () |
| Returns the type name of the constraint. More... | |
Public Attributes | |
| System.Type | baseType |
| Base type More... | |
| ClassTypeConstraintAttribute | constraintAttribute |
| ClassTypeConstraintAttribute More... | |
| System.Reflection.FieldInfo | constraintFieldInfo |
| FieldInfo of the field to which ClassTypeConstraintAttribute is given More... | |
| SlotTypeAttribute | slotTypeAttribute |
| SlotTypeAttribute More... | |
Class constraint information
| System.Type GetConstraintBaseType | ( | ) |
Get the base type of constraint.
| string GetConstraintTypeName | ( | ) |
Returns the type name of the constraint.
| bool IsConstraintSatisfied | ( | System.Type | type | ) |
Determine whether the constraint is satisfied
| type | Determining type |
| System.Type baseType |
Base type
| ClassTypeConstraintAttribute constraintAttribute |
| System.Reflection.FieldInfo constraintFieldInfo |
FieldInfo of the field to which ClassTypeConstraintAttribute is given
| SlotTypeAttribute slotTypeAttribute |