Table of Contents

Class SendMessageInteraction

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

Property Value

Codec<SendMessageInteraction>

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?

Key

public string? Key { get; init; }

Property Value

string

Message

public string? Message { get; init; }

Property Value

string

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public SendMessageInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

SendMessageInteractionInteractionItemChangeBehavior?

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