Table of Contents

Class TeleporterInteraction

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/TeleporterInteraction", "639af7291a868f43fb260ee1549e4794963c2e1da404a6f9bc429e115e271229")]
public sealed record TeleporterInteraction : Interaction, IEquatable<TeleporterInteraction>
Inheritance
TeleporterInteraction
Implements
Inherited Members

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

ClearOutXZ

public double ClearOutXZ { get; init; }

Property Value

double

ClearOutY

public double ClearOutY { get; init; }

Property Value

double

Codec

public static Codec<TeleporterInteraction> Codec { get; }

Property Value

Codec<TeleporterInteraction>

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?

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public TeleporterInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

TeleporterInteractionInteractionItemChangeBehavior?

Particle

public string? Particle { get; init; }

Property Value

string

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>

UseLatestTarget

public bool UseLatestTarget { get; init; }

Property Value

bool

ViewDistance

public double ViewDistance { get; init; }

Property Value

double