Table of Contents

Class SendBeaconInteraction

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

Property Value

Codec<SendBeaconInteraction>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

ExpirationTime

public double ExpirationTime { get; init; }

Property Value

double

Failed

public string? Failed { get; init; }

Property Value

string

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

Message

public string Message { get; init; }

Property Value

string

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public SendBeaconInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

SendBeaconInteractionInteractionItemChangeBehavior?

Range

public double Range { get; init; }

Property Value

double

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>

TargetGroups

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

Property Value

List<string>

ViewDistance

public double ViewDistance { get; init; }

Property Value

double