示例#1
0
 public TypeData(Color color, Texture2D inKnob, Texture2D outKnob, Type type)
 {
     col        = color;
     InputKnob  = NodeEditorGUI.Tint(inKnob, color);
     OutputKnob = NodeEditorGUI.Tint(outKnob, color);
     Type       = type;
 }