We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52fa4d commit 5d11821Copy full SHA for 5d11821
Runtime/Nodes/Lamps/SetLightSequenceUnit.cs
@@ -62,7 +62,7 @@ protected override void Definition()
62
ColorChannel = ValueInput(nameof(ColorChannel), Engine.Math.ColorChannel.Alpha);
63
Step = ValueInput<int>(nameof(Step), 1);
64
65
- Requirement(Lights, InputTrigger);
+ Requirement(LightGroup, InputTrigger);
66
Requirement(Value, InputTrigger);
67
Succession(InputTrigger, OutputTrigger);
68
}
0 commit comments