Table of Contents

Class SequenceMusicContainer

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

Properties

AudioCategory

public string? AudioCategory { get; init; }

Property Value

string

Children

public List<string> Children { get; init; }

Property Value

List<string>

Codec

public static Codec<SequenceMusicContainer> Codec { get; }

Property Value

Codec<SequenceMusicContainer>

ExitSilence

public Rangef? ExitSilence { get; init; }

Property Value

Rangef

FadeInDuration

public float? FadeInDuration { get; init; }

Property Value

float?

FadeOutDuration

public float? FadeOutDuration { get; init; }

Property Value

float?

LoopCount

public int LoopCount { get; init; }

Property Value

int

NameTranslationKey

public string? NameTranslationKey { get; init; }

Property Value

string

PlayToCompletion

public bool PlayToCompletion { get; init; }

Property Value

bool

ResumeMemoryDuration

public float? ResumeMemoryDuration { get; init; }

Property Value

float?

SilenceAfter

public Rangef? SilenceAfter { get; init; }

Property Value

Rangef

StateBindings

public List<StateBindingConfig>? StateBindings { get; init; }

Property Value

List<StateBindingConfig>

Tempo

public TempoSettings? Tempo { get; init; }

Property Value

TempoSettings

TransitionDuration

public float? TransitionDuration { get; init; }

Property Value

float?

TransitionType

public SequenceMusicContainerMusicTransitionType? TransitionType { get; init; }

Property Value

SequenceMusicContainerMusicTransitionType?

Volume

public float? Volume { get; init; }

Property Value

float?

Weight

public float? Weight { get; init; }

Property Value

float?