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
Horizontal
public int[]? Horizontal { get; init; }
Property Value
- int[]
LocationConditions
public List<DirectionalGrowthBehaviourLocationConditions>? LocationConditions { get; init; }
Property Value
Vertical
public int[]? Vertical { get; init; }
Property Value
- int[]
VerticalDirection
public VerticalDirection VerticalDirection { get; init; }