Arbor 3: FSM & BT Graph Editor
3.7.8
|
クラスの制約情報 [詳解]
公開メンバ関数 | |
bool | IsConstraintSatisfied (System.Type type) |
制約を満たすか判定する [詳解] | |
System.Type | GetConstraintBaseType () |
制約の基本型を取得する。 [詳解] | |
string | GetConstraintTypeName () |
制約の型名を返す。 [詳解] | |
公開変数類 | |
System.Type | baseType |
基本型 [詳解] | |
ClassTypeConstraintAttribute | constraintAttribute |
ClassTypeConstraintAttribute [詳解] | |
System.Reflection.FieldInfo | constraintFieldInfo |
ClassTypeConstraintAttributeが付与されているフィールドのFieldInfo [詳解] | |
SlotTypeAttribute | slotTypeAttribute |
SlotTypeAttribute [詳解] | |
クラスの制約情報
System.Type GetConstraintBaseType | ( | ) |
制約の基本型を取得する。
string GetConstraintTypeName | ( | ) |
制約の型名を返す。
bool IsConstraintSatisfied | ( | System.Type | type | ) |
制約を満たすか判定する
type | 判定する型 |
System.Type baseType |
基本型
ClassTypeConstraintAttribute constraintAttribute |
System.Reflection.FieldInfo constraintFieldInfo |
ClassTypeConstraintAttributeが付与されているフィールドのFieldInfo
SlotTypeAttribute slotTypeAttribute |