Table of Contents

Class RandomSettings

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

Properties

Codec

public static Codec<RandomSettings> Codec { get; }

Property Value

Codec<RandomSettings>

MaxPitch

public float? MaxPitch { get; init; }

Property Value

float?

MaxStartOffset

public float? MaxStartOffset { get; init; }

Property Value

float?

MaxVolume

public float? MaxVolume { get; init; }

Property Value

float?

MinPitch

public float? MinPitch { get; init; }

Property Value

float?

MinVolume

public float? MinVolume { get; init; }

Property Value

float?