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

Classes

class  ClassTypeConstraintAttribute
 フィールドに対して型の制約を行う基本Attributeクラス。 More...
 
class  ClassExtendsAttribute
 フィールドに対して指定した型から継承しているクラスのみに制限する属性。 More...
 
class  ClassUnityObjectAttribute
 フィールドに対してUnityEngine.Objectから継承しているクラスのみに制限する属性。 More...
 
class  ClassComponentAttribute
 フィールドに対してUnityEngine.Componentから継承しているクラスのみに制限する属性。 More...
 
class  ClassScriptableObjectAttribute
 フィールドに対してUnityEngine.ScriptableObjectから継承しているクラスのみに制限する属性。 More...
 
class  ClassGenericArgumentAttribute
 フィールドに対してジェネリックの引数に指定されている型のみに制限する属性。 More...
 
class  ClassEnumFieldConstraint
 フィールドに対してenum型のみに制約する属性。 More...
 
class  ClassEnumFlagsConstraint
 フィールドに対してenum型(System.FlagsAttributeあり)のみに制約する属性。 More...
 

Namespaces

namespace  Arbor