Table of Contents

Class WeightedBlock

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

Properties

Block

public string Block { get; init; }

Property Value

string

Codec

public static Codec<WeightedBlock> Codec { get; }

Property Value

Codec<WeightedBlock>

Weight

public double Weight { get; init; }

Property Value

double