Table of Contents

Class PlaySoundEffect

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

Properties

Codec

public static Codec<PlaySoundEffect> Codec { get; }

Property Value

Codec<PlaySoundEffect>

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?

Location

public PlayLocation? Location { get; init; }

Property Value

PlayLocation?

Offset

public Vector3d? Offset { get; init; }

Property Value

Vector3d

Pitch

public float? Pitch { get; init; }

Property Value

float?

SoundEvent

public string? SoundEvent { get; init; }

Property Value

string

Volume

public float? Volume { get; init; }

Property Value

float?