Dungeon Architect  17.0.0
DungeonArchitect.Editors.SnapFlow.SnapEdExecutionGraphSchema Class Reference
Inheritance diagram for DungeonArchitect.Editors.SnapFlow.SnapEdExecutionGraphSchema:
DungeonArchitect.Graphs.GraphSchema

Public Member Functions

override bool CanCreateLink (GraphPin output, GraphPin input, out string errorMessage)
 
- Public Member Functions inherited from DungeonArchitect.Graphs.GraphSchema
virtual bool CanCreateLink (GraphPin output, GraphPin input)
 Checks if a link between the two nodes can be created More...
 

Detailed Description

Definition at line 34 of file SnapEdExecutionGraphEditor.cs.

Member Function Documentation

◆ CanCreateLink()

override bool DungeonArchitect.Editors.SnapFlow.SnapEdExecutionGraphSchema.CanCreateLink ( GraphPin  output,
GraphPin  input,
out string  errorMessage 
)
virtual

Parameters
outputThe pin from which the link originates and goes out
inputThe pin where the link points to
errorMessage
Returns
true, if the link is allowed, false otherwise

Reimplemented from DungeonArchitect.Graphs.GraphSchema.

Definition at line 36 of file SnapEdExecutionGraphEditor.cs.


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