|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
DataSlotのField情報 More...
Public Member Functions | |
| ClassConstraintInfo | GetConstraint () |
| 型制約の情報を返す。 More... | |
| void | SetVisible () |
| Editor用。 More... | |
| void | ClearVisible () |
| Editor用。 More... | |
| DataSlotField (DataSlot slot, System.Reflection.FieldInfo fieldInfo) | |
| DataSlotField constructor More... | |
| bool | IsConnectable (DataSlotField slotField) |
| 接続可能か判定する。 More... | |
Public Attributes | |
| ClassConstraintInfo | overrideConstraint = null |
| 上書きする型制約の情報 More... | |
Properties | |
| DataSlot | slot [get] |
| DataSlot More... | |
| System.Reflection.FieldInfo | fieldInfo [get] |
| FieldInfo More... | |
| System.Type | connectableType [get] |
| 接続可能な型 More... | |
| string | connectableTypeName [get] |
| 接続可能な型名 More... | |
| bool | isVisible [get] |
| Editor用。 More... | |
DataSlotのField情報
| DataSlotField | ( | DataSlot | slot, |
| System.Reflection.FieldInfo | fieldInfo | ||
| ) |
DataSlotField constructor
| slot | DataSlot |
| fieldInfo | FieldInfo |
| void ClearVisible | ( | ) |
Editor用。
| ClassConstraintInfo GetConstraint | ( | ) |
型制約の情報を返す。
| bool IsConnectable | ( | DataSlotField | slotField | ) |
接続可能か判定する。
| slotField | 判定するスロット |
| void SetVisible | ( | ) |
Editor用。
| ClassConstraintInfo overrideConstraint = null |
上書きする型制約の情報
|
get |
接続可能な型
|
get |
接続可能な型名
|
get |
FieldInfo
|
get |
Editor用。