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