Arbor 3: FSM & BT Graph Editor
3.1.3
|
Attribute to restrict to classes inherited from the type specified for the field of type ClassTypeReference. More...
Public Member Functions | |
ClassExtendsAttribute (Type baseType) | |
Create a ClassExtendsAttribute with a specified type. More... | |
override bool | IsConstraintSatisfied (Type type) |
Whether the constraint is satisfied is judged. More... | |
Attribute to restrict to classes inherited from the type specified for the field of type ClassTypeReference.
ClassExtendsAttribute | ( | Type | baseType | ) |
Create a ClassExtendsAttribute with a specified type.
baseType | Basic type |
|
virtual |
Whether the constraint is satisfied is judged.
type | Determining type |
Implements ClassTypeConstraintAttribute.