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

Classes

class  ClassTypeConstraintAttribute
 A basic Attribute class that imposes a type constraint on a field. More...
 
class  ClassExtendsAttribute
 Attribute to restrict to classes inherited from the type specified for the field. More...
 
class  ClassUnityObjectAttribute
 Attribute to restrict to classes inherited from UnityEngine.Object for fields. More...
 
class  ClassComponentAttribute
 Attribute to restrict to classes inherited from UnityEngine.Component for fields. More...
 
class  ClassScriptableObjectAttribute
 Attribute to restrict to classes inherited from UnityEngine.ScriptableObject for fields. More...
 
class  ClassGenericArgumentAttribute
 Attribute to restrict to field only for types specified as generic arguments. More...
 
class  ClassEnumFieldConstraint
 Attribute to restrict to enum types only for fields. More...
 
class  ClassEnumFlagsConstraint
 Attribute to restrict to enum types (With System.FlagsAttribute) only for fields. More...
 

Namespaces

namespace  Arbor