TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ NodeEditorPin()

NodeEditorPin::NodeEditorPin ( NodeEditorPinType  type = NodeEditorPinType::Input,
int  id = GenerateUID() 
)

Definition at line 125 of file NodeEditor.cpp.

126 :type(type), id(id), link(nullptr)
127{
128 _id = id;
129}