Table of Contents

Class FertilizeSoilInteraction

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

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Codec

public static Codec<FertilizeSoilInteraction> Codec { get; }

Property Value

Codec<FertilizeSoilInteraction>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

Failed

public string? Failed { get; init; }

Property Value

string

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public FertilizeSoilInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

FertilizeSoilInteractionInteractionItemChangeBehavior?

RefreshModifiers

public List<string>? RefreshModifiers { get; init; }

Property Value

List<string>

Rules

public InteractionRules Rules { get; init; }

Property Value

InteractionRules

RunTime

public float? RunTime { get; init; }

Property Value

float?

Settings

public Dictionary<string, InteractionSettings>? Settings { get; init; }

Property Value

Dictionary<string, InteractionSettings>

UseLatestTarget

public bool UseLatestTarget { get; init; }

Property Value

bool

ViewDistance

public double ViewDistance { get; init; }

Property Value

double