We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7791ab commit cd326ebCopy full SHA for cd326eb
game/editor/ShaderGraph/Code/Nodes/Parameter.cs
@@ -192,7 +192,7 @@ public override Vector4 GetRangeMax()
192
[Title( "Color" ), Category( "Constants" ), Icon( "palette" )]
193
public sealed class Float4 : ParameterNode<Color>
194
{
195
- [Output( typeof( Vector4 ) ), Title( "RGBA" )]
+ [Output( typeof( Color ) ), Title( "RGBA" )]
196
[Hide, Editor( nameof( Value ) )]
197
public NodeResult.Func Result => ( GraphCompiler compiler ) =>
198
0 commit comments