public CombineXyzNode(string name) : base(ShaderNodeType.CombineXyz, name) { inputs = new CombineXyzInputs(this); outputs = new CombineXyzOutputs(this); ins.X.Value = 0.0f; ins.Y.Value = 0.0f; ins.Z.Value = 0.0f; }