Table of Contents

Class SoundFX

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SoundFX", "d3eaeb9248fed75a9675ece1affdbd18257e629c53fde29c77a037c8743517b1")]
public sealed record SoundFX : IEquatable<SoundFX>
Inheritance
SoundFX
Implements
Inherited Members

Properties

Codec

public static Codec<SoundFX> Codec { get; }

Property Value

Codec<SoundFX>

Effect

public string Effect { get; init; }

Property Value

string

PitchMax

public float? PitchMax { get; init; }

Property Value

float?

PitchMin

public float? PitchMin { get; init; }

Property Value

float?

VolumeMax

public float? VolumeMax { get; init; }

Property Value

float?

VolumeMin

public float? VolumeMin { get; init; }

Property Value

float?