public CombineRgbNode(string name) : base(ShaderNodeType.CombineRgb, name) { inputs = new CombineRgbInputs(this); outputs = new CombineRgbOutputs(this); ins.R.Value = 0.0f; ins.G.Value = 0.0f; ins.B.Value = 0.0f; }