|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Field information of DataSlot More...
Public Member Functions | |
| ClassConstraintInfo | GetConstraint () |
| Return information on type constraints. More... | |
| void | SetVisible () |
| For Editor. More... | |
| void | ClearVisible () |
| For Editor. More... | |
| DataSlotField (DataSlot slot, System.Reflection.FieldInfo fieldInfo) | |
| DataSlotField constructor More... | |
| bool | IsConnectable (DataSlotField slotField) |
| It is judged whether connection is possible. More... | |
Static Public Member Functions | |
| static bool | IsConnectable (DataSlotField inputSlotField, DataSlotField outputSlotField) |
| Determine if DataSlotFields can connect to each other. More... | |
Public Attributes | |
| ClassConstraintInfo | overrideConstraint = null |
| override ClassConstraintInfo More... | |
| bool | enabled = true |
| Whether the GUI for the slot is valid. More... | |
Properties | |
| DataSlot | slot [get] |
| DataSlot More... | |
| System.Reflection.FieldInfo | fieldInfo [get] |
| FieldInfo More... | |
| System.Type | connectableType [get] |
| Connectable type More... | |
| string | connectableTypeName [get] |
| Connectable type name More... | |
| bool | isVisible [get] |
| For Editor. More... | |
Field information of DataSlot
| DataSlotField | ( | DataSlot | slot, |
| System.Reflection.FieldInfo | fieldInfo | ||
| ) |
DataSlotField constructor
| slot | DataSlot |
| fieldInfo | FieldInfo |
| void ClearVisible | ( | ) |
For Editor.
| ClassConstraintInfo GetConstraint | ( | ) |
Return information on type constraints.
|
static |
Determine if DataSlotFields can connect to each other.
| inputSlotField | Input slot field |
| outputSlotField | Output slot field |
| bool IsConnectable | ( | DataSlotField | slotField | ) |
It is judged whether connection is possible.
| slotField | Slot to determine |
| void SetVisible | ( | ) |
For Editor.
| bool enabled = true |
Whether the GUI for the slot is valid.
| ClassConstraintInfo overrideConstraint = null |
override ClassConstraintInfo
|
get |
Connectable type
|
get |
Connectable type name
|
get |
FieldInfo
|
get |
For Editor.