![]() |
Dungeon Architect
17.0.0
|
Public Member Functions | |
| FlowItem | Clone () |
| T | GetDomainData< T > () |
| void | SetDomainData< T > (T data) |
Public Attributes | |
| DungeonUID | itemId |
| FlowGraphItemType | type |
| The item type More... | |
| string | markerName = "" |
| List< DungeonUID > | referencedItemIds = new List<DungeonUID>() |
| Reference to other items (e.g. key locks from other nodes) More... | |
| bool | editorSelected = false |
| FlowGraphItemCustomInfo | customInfo = FlowGraphItemCustomInfo.Default |
| FlowDomainDataRegistry | domainData = new FlowDomainDataRegistry() |
Definition at line 22 of file FlowItem.cs.
| List<DungeonUID> DungeonArchitect.Flow.Items.FlowItem.referencedItemIds = new List<DungeonUID>() |
Reference to other items (e.g. key locks from other nodes)
Definition at line 36 of file FlowItem.cs.
| FlowGraphItemType DungeonArchitect.Flow.Items.FlowItem.type |
The item type
Definition at line 29 of file FlowItem.cs.