Table of Contents

Class ApplyEffectInteraction

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

Property Value

Codec<ApplyEffectInteraction>

EffectId

public string EffectId { get; init; }

Property Value

string

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

Entity

public ApplyEffectInteractionInteractionTarget Entity { get; init; }

Property Value

ApplyEffectInteractionInteractionTarget

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

Property Value

ApplyEffectInteractionInteractionItemChangeBehavior?

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