Table of Contents

Class SegmentMusicContainer

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

Properties

AudioCategory

public string? AudioCategory { get; init; }

Property Value

string

Codec

public static Codec<SegmentMusicContainer> Codec { get; }

Property Value

Codec<SegmentMusicContainer>

EntryMarker

public BarBeatDuration? EntryMarker { get; init; }

Property Value

BarBeatDuration

ExitMarker

public BarBeatDuration? ExitMarker { get; init; }

Property Value

BarBeatDuration

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?

Layers

public List<LayerPlacement> Layers { get; init; }

Property Value

List<LayerPlacement>

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 SegmentMusicContainerMusicTransitionType? TransitionType { get; init; }

Property Value

SegmentMusicContainerMusicTransitionType?

Volume

public float? Volume { get; init; }

Property Value

float?

Weight

public float? Weight { get; init; }

Property Value

float?