|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
クラスの制約情報 More...
Public Member Functions | |
| bool | IsConstraintSatisfied (System.Type type) |
| 制約を満たすか判定する More... | |
| System.Type | GetConstraintBaseType () |
| 制約の基本型を取得する。 More... | |
| string | GetConstraintTypeName () |
| 制約の型名を返す。 More... | |
Public Attributes | |
| System.Type | baseType |
| 基本型 More... | |
| ClassTypeConstraintAttribute | constraintAttribute |
| ClassTypeConstraintAttribute More... | |
| System.Reflection.FieldInfo | constraintFieldInfo |
| ClassTypeConstraintAttributeが付与されているフィールドのFieldInfo More... | |
| SlotTypeAttribute | slotTypeAttribute |
| SlotTypeAttribute More... | |
クラスの制約情報
| System.Type GetConstraintBaseType | ( | ) |
制約の基本型を取得する。
| string GetConstraintTypeName | ( | ) |
制約の型名を返す。
| bool IsConstraintSatisfied | ( | System.Type | type | ) |
制約を満たすか判定する
| type | 判定する型 |
| System.Type baseType |
基本型
| ClassTypeConstraintAttribute constraintAttribute |
| System.Reflection.FieldInfo constraintFieldInfo |
ClassTypeConstraintAttributeが付与されているフィールドのFieldInfo
| SlotTypeAttribute slotTypeAttribute |