Add API to change the sound of AmbientSoundComponent (#18115)
This commit is contained in:
@@ -50,4 +50,5 @@ public sealed class AmbientSoundComponentState : ComponentState
|
||||
public bool Enabled { get; init; }
|
||||
public float Range { get; init; }
|
||||
public float Volume { get; init; }
|
||||
public SoundSpecifier Sound { get; init; } = default!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user