TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ SNEPin()

SNEPin::SNEPin ( NodeEditorPinType  type = NodeEditorPinType::Input,
SNEPinType  var = SNEPinType::SNEPinType_Float 
)

Definition at line 5 of file ShaderNodeEditor.cpp.

6 : NodeEditorPin(type)
7{
8 SetType(var);
9}