Arbor 3: FSM & BT Graph Editor
3.7.8
|
DataSlotのField情報 [詳解]
公開メンバ関数 | |
ClassConstraintInfo | GetConstraint () |
型制約の情報を返す。 [詳解] | |
void | SetVisible () |
Editor用。 [詳解] | |
void | ClearVisible () |
Editor用。 [詳解] | |
DataSlotField (DataSlot slot, System.Reflection.FieldInfo fieldInfo) | |
DataSlotField constructor [詳解] | |
bool | IsConnectable (DataSlotField slotField) |
接続可能か判定する。 [詳解] | |
静的公開メンバ関数 | |
static bool | IsConnectable (DataSlotField inputSlotField, DataSlotField outputSlotField) |
DataSlotField同士が接続可能か判定する。 [詳解] | |
公開変数類 | |
ClassConstraintInfo | overrideConstraint = null |
上書きする型制約の情報 [詳解] | |
bool | enabled = true |
スロットのGUIが有効であるかどうか。 [詳解] | |
プロパティ | |
DataSlot | slot [get] |
DataSlot [詳解] | |
System.Reflection.FieldInfo | fieldInfo [get] |
FieldInfo [詳解] | |
System.Type | connectableType [get] |
接続可能な型 [詳解] | |
string | connectableTypeName [get] |
接続可能な型名 [詳解] | |
bool | isVisible [get] |
Editor用。 [詳解] | |
DataSlotのField情報
DataSlotField | ( | DataSlot | slot, |
System.Reflection.FieldInfo | fieldInfo | ||
) |
DataSlotField constructor
slot | DataSlot |
fieldInfo | FieldInfo |
void ClearVisible | ( | ) |
Editor用。
ClassConstraintInfo GetConstraint | ( | ) |
型制約の情報を返す。
|
static |
DataSlotField同士が接続可能か判定する。
inputSlotField | 入力スロットフィールド |
outputSlotField | 出力スロットフィールド |
bool IsConnectable | ( | DataSlotField | slotField | ) |
接続可能か判定する。
slotField | 判定するスロット |
void SetVisible | ( | ) |
Editor用。
bool enabled = true |
スロットのGUIが有効であるかどうか。
ClassConstraintInfo overrideConstraint = null |
上書きする型制約の情報
|
get |
接続可能な型
|
get |
接続可能な型名
|
get |
FieldInfo
|
get |
Editor用。