Table of Contents

Class EventStopInteraction

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

Property Value

Codec<EventStopInteraction>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

Event

public string Event { get; init; }

Property Value

string

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

OnItemChangeBehavior

public EventStopInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

EventStopInteractionInteractionItemChangeBehavior?

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