Dungeon Architect  17.0.0
DungeonArchitect.Editors.SnapFlow.SnapEdGrammarGraphSchema Class Reference
Inheritance diagram for DungeonArchitect.Editors.SnapFlow.SnapEdGrammarGraphSchema:
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 38 of file SnapEdGrammarGraphEditor.cs.

Member Function Documentation

◆ CanCreateLink()

override bool DungeonArchitect.Editors.SnapFlow.SnapEdGrammarGraphSchema.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 41 of file SnapEdGrammarGraphEditor.cs.


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