Arbor 3: FSM & BT Graph Editor  3.1.1
ClassTypeConstraintAttribute.cs File Reference

Classes

class  ClassTypeConstraintAttribute
 A basic Attribute class that imposes a type constraint on a field of type ClassTypeReference. More...
 
class  ClassExtendsAttribute
 Attribute to restrict to classes inherited from the type specified for the field of type ClassTypeReference. More...
 
class  ClassUnityObjectAttribute
 Attribute to restrict to classes inherited from UnityEngine.Object for fields of type ClassTypeReference. More...
 
class  ClassComponentAttribute
 Attribute to restrict to classes inherited from UnityEngine.Component for fields of type ClassTypeReference. More...
 
class  ClassScriptableObjectAttribute
 Attribute to restrict to classes inherited from UnityEngine.ScriptableObject for fields of type ClassTypeReference. More...
 

Namespaces

namespace  Arbor