Table of Contents

Class BlockTypeWeight

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

Properties

BlockType

public string BlockType { get; init; }

Property Value

string

Codec

public static Codec<BlockTypeWeight> Codec { get; }

Property Value

Codec<BlockTypeWeight>

Weight

public double Weight { get; init; }

Property Value

double