Table of Contents

Class StairConnectedBlockRuleSet

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

Properties

Codec

public static Codec<StairConnectedBlockRuleSet> Codec { get; }

Property Value

Codec<StairConnectedBlockRuleSet>

Corner_Left

public ConnectedBlockOutput Corner_Left { get; init; }

Property Value

ConnectedBlockOutput

Corner_Right

public ConnectedBlockOutput Corner_Right { get; init; }

Property Value

ConnectedBlockOutput

Inverted_Corner_Left

public ConnectedBlockOutput? Inverted_Corner_Left { get; init; }

Property Value

ConnectedBlockOutput

Inverted_Corner_Right

public ConnectedBlockOutput? Inverted_Corner_Right { get; init; }

Property Value

ConnectedBlockOutput

MaterialName

public string? MaterialName { get; init; }

Property Value

string

Straight

public ConnectedBlockOutput Straight { get; init; }

Property Value

ConnectedBlockOutput