We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2733ee9 + e24e307 commit 35a64c4Copy full SHA for 35a64c4
1 file changed
GeometryDashAPI/Levels/GameObjects/Triggers/SfxTrigger.cs
@@ -41,6 +41,21 @@ public class SfxTrigger : Trigger
41
42
[GameProperty("406", 1f, alwaysSet: true)]
43
public float Volume { get; set; } = 1f;
44
+
45
+ [GameProperty("455", 0)]
46
+ public int SfxGroup { get; set; }
47
48
+ [GameProperty("408", 0)]
49
+ public int Start { get; set; }
50
51
+ [GameProperty("410", 0)]
52
+ public int End { get; set; }
53
54
+ [GameProperty("409", 0)]
55
+ public int FadeIn { get; set; }
56
57
+ [GameProperty("411", 0)]
58
+ public int FadeOut { get; set; }
59
60
[GameProperty("407", false)]
61
public bool Reverb { get; set; }
0 commit comments