Arbor 3: FSM & BT Graph Editor  3.1.3
ClassScriptableObjectAttribute Class Reference

Attribute to restrict to classes inherited from UnityEngine.ScriptableObject for fields of type ClassTypeReference. More...

Inheritance diagram for ClassScriptableObjectAttribute:
ClassTypeConstraintAttribute

Public Member Functions

override bool IsConstraintSatisfied (Type type)
 Whether the constraint is satisfied is judged. More...
 

Detailed Description

Attribute to restrict to classes inherited from UnityEngine.ScriptableObject for fields of type ClassTypeReference.

Member Function Documentation

override bool IsConstraintSatisfied ( Type  type)
virtual

Whether the constraint is satisfied is judged.

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

Implements ClassTypeConstraintAttribute.