Table of Contents

Class DirectionalGrowthBehaviour

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

Properties

GrowthBlockTypes

public List<BlockTypeWeight> GrowthBlockTypes { get; init; }

Property Value

List<BlockTypeWeight>

Horizontal

public int[]? Horizontal { get; init; }

Property Value

int[]

LocationConditions

public List<DirectionalGrowthBehaviourLocationConditions>? LocationConditions { get; init; }

Property Value

List<DirectionalGrowthBehaviourLocationConditions>

Vertical

public int[]? Vertical { get; init; }

Property Value

int[]

VerticalDirection

public VerticalDirection VerticalDirection { get; init; }

Property Value

VerticalDirection