Class SetMusicEffect
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SetMusicEffect", "ec69ac18969bf441c17d49f72bca30a8d089ddc8c4ac5cdff7cc7849adaed968")]
public sealed record SetMusicEffect : TriggerVolumeEffects, IEquatable<SetMusicEffect>
- Inheritance
-
SetMusicEffect
- Implements
-
- Inherited Members
-
Properties
ClearMusic
public bool ClearMusic { get; init; }
Property Value
- bool
Codec
public static Codec<SetMusicEffect> Codec { get; }
Property Value
- Codec<SetMusicEffect>
Delay
public float? Delay { get; init; }
Property Value
- float?
Entry
public int Entry { get; init; }
Property Value
- int
Event
public string? Event { get; init; }
Property Value
- string
Interval
public float? Interval { get; init; }
Property Value
- float?
MusicContainer
public string? MusicContainer { get; init; }
Property Value
- string