Class MusicPlayerBlock
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Holder/properties/Components/properties/MusicPlayerBlock", "58d93a773ea8352b5f4a35d6f58ff29c51d8d86a791ba1d6fffcc05b556ac43e")]
public sealed record MusicPlayerBlock : IEquatable<MusicPlayerBlock>
- Inheritance
-
MusicPlayerBlock
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<MusicPlayerBlock> Codec { get; }
Property Value
- Codec<MusicPlayerBlock>
InsertSound
public string? InsertSound { get; init; }
Property Value
- string
Loop
public bool Loop { get; init; }
Property Value
- bool
MaxDistance
public float? MaxDistance { get; init; }
Property Value
- float?
ReferenceDistance
public float? ReferenceDistance { get; init; }
Property Value
- float?
RemoveSound
public string? RemoveSound { get; init; }
Property Value
- string
ReverbSend
public float? ReverbSend { get; init; }
Property Value
- float?
SpatialBlend
public float? SpatialBlend { get; init; }
Property Value
- float?
StartDelaySeconds
public float? StartDelaySeconds { get; init; }
Property Value
- float?
StopDelaySeconds
public float? StopDelaySeconds { get; init; }
Property Value
- float?
Volume
public float? Volume { get; init; }
Property Value
- float?