Dungeon Architect  17.0.0
DungeonArchitect.Flow.Items.FlowItem Class Reference

Public Member Functions

FlowItem Clone ()
 
GetDomainData< T > ()
 
void SetDomainData< T > (T data)
 

Public Attributes

DungeonUID itemId
 
FlowGraphItemType type
 The item type More...
 
string markerName = ""
 
List< DungeonUIDreferencedItemIds = 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()
 

Detailed Description

Definition at line 22 of file FlowItem.cs.

Member Data Documentation

◆ referencedItemIds

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.

◆ type

FlowGraphItemType DungeonArchitect.Flow.Items.FlowItem.type

The item type

Definition at line 29 of file FlowItem.cs.


The documentation for this class was generated from the following file: