Table of Contents

Class ClearEntityEffectInteraction

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ClearEntityEffectInteraction", "e59758234d8f7e0e5bb1d6182362cd19eb82fbc444bdb379c96b41efa7a9f826")]
public sealed record ClearEntityEffectInteraction : Interaction, IEquatable<ClearEntityEffectInteraction>
Inheritance
ClearEntityEffectInteraction
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<ClearEntityEffectInteraction> Codec { get; }

Property Value

Codec<ClearEntityEffectInteraction>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

Entity

public ClearEntityEffectInteractionInteractionTarget Entity { get; init; }

Property Value

ClearEntityEffectInteractionInteractionTarget

EntityEffectId

public string EntityEffectId { get; init; }

Property Value

string

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 ClearEntityEffectInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

ClearEntityEffectInteractionInteractionItemChangeBehavior?

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>

ViewDistance

public double ViewDistance { get; init; }

Property Value

double