Dungeon Architect
17.0.0
|
The graph schema defines the rules of the theme graph More...
Public Member Functions | |
virtual bool | CanCreateLink (GraphPin output, GraphPin input) |
Checks if a link between the two nodes can be created More... | |
virtual bool | CanCreateLink (GraphPin output, GraphPin input, out string errorMessage) |
The graph schema defines the rules of the theme graph
Definition at line 8 of file GraphSchema.cs.
|
virtual |
Checks if a link between the two nodes can be created
output | The pin from which the link originates and goes out |
input | The pin where the link points to |
Definition at line 16 of file GraphSchema.cs.
|
virtual |
output | The pin from which the link originates and goes out |
input | The pin where the link points to |
errorMessage |
Reimplemented in DungeonArchitect.Graphs.ThemeGraphSchema, DungeonArchitect.Editors.SnapFlow.SnapEdGrammarGraphSchema, DungeonArchitect.Editors.SnapFlow.SnapEdExecutionGraphSchema, and DungeonArchitect.Editors.Flow.FlowExecGraphSchema.
Definition at line 29 of file GraphSchema.cs.