Table of Contents

Class PlacementRule

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

Properties

Block

public string? Block { get; init; }

Property Value

string

Blocks

public List<WeightedBlock>? Blocks { get; init; }

Property Value

List<WeightedBlock>

Codec

public static Codec<PlacementRule> Codec { get; }

Property Value

Codec<PlacementRule>

State

public string? State { get; init; }

Property Value

string