Arbor 3: FSM & BT Graph Editor
3.7.8
|
Attribute to restrict to classes inherited from UnityEngine.Object for fields. More...
Public Member Functions | |
override Type | GetBaseType (FieldInfo fieldInfo) |
It returns the base type of constraints. More... | |
override bool | IsConstraintSatisfied (Type type, FieldInfo fieldInfo) |
Whether the constraint is satisfied is judged. More... | |
Public Member Functions inherited from ClassTypeConstraintAttribute | |
virtual string | GetTypeName (FieldInfo fieldInfo) |
Returns the type name of the constraint. More... | |
Attribute to restrict to classes inherited from UnityEngine.Object for fields.
Except for classes inherited from NodeBehaviour.
Available classes :
|
virtual |
It returns the base type of constraints.
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.