Dungeon Architect  17.0.0
DungeonArchitect.UI.Widgets.GraphEditors.GraphEditorUtils Class Reference

Static Public Member Functions

static void AddToAsset (UIPlatform platform, Object assetObject, GraphLink link)
 Adds the node to the graph asset so it can be serialized to disk More...
 
static void AddToAsset (UIPlatform platform, Object assetObject, GraphNode node)
 Adds the node to the graph asset so it can be serialized to disk More...
 

Detailed Description

Definition at line 9 of file GraphEditorUtils.cs.

Member Function Documentation

◆ AddToAsset() [1/2]

static void DungeonArchitect.UI.Widgets.GraphEditors.GraphEditorUtils.AddToAsset ( UIPlatform  platform,
Object  assetObject,
GraphLink  link 
)
static

Adds the node to the graph asset so it can be serialized to disk

Parameters
graphThe owning graph
linkThe link to add to the graph

Definition at line 16 of file GraphEditorUtils.cs.

◆ AddToAsset() [2/2]

static void DungeonArchitect.UI.Widgets.GraphEditors.GraphEditorUtils.AddToAsset ( UIPlatform  platform,
Object  assetObject,
GraphNode  node 
)
static

Adds the node to the graph asset so it can be serialized to disk

Parameters
graphThe owning graph
nodeThe node to add to the graph

Definition at line 26 of file GraphEditorUtils.cs.


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