Table of Contents

Class HubPortalInteraction

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

Property Value

Codec<HubPortalInteraction>

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?

InstanceTemplate

public string? InstanceTemplate { get; init; }

Property Value

string

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public HubPortalInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

HubPortalInteractionInteractionItemChangeBehavior?

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

WorldGenType

public string? WorldGenType { get; init; }

Property Value

string

WorldName

public string WorldName { get; init; }

Property Value

string