Class PatternedConnectedBlockRuleSet
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PatternedConnectedBlockRuleSet", "b4c56ed92edfb5fe94192eeffd0960ac742ee4b2665a94cc2b6db9e100a4a67f")]
public sealed record PatternedConnectedBlockRuleSet : BlockTypeConnectedBlockRuleSet, IEquatable<PatternedConnectedBlockRuleSet>
- Inheritance
-
PatternedConnectedBlockRuleSet
- Implements
- Inherited Members
Properties
Codec
public static Codec<PatternedConnectedBlockRuleSet> Codec { get; }
Property Value
RuleSetId
public string RuleSetId { get; init; }
Property Value
TemplatedShapes
public Dictionary<string, ConnectedBlockOutput>? TemplatedShapes { get; init; }