Table of Contents

Class OpenCustomUIInteraction

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

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

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 OpenCustomUIInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

OpenCustomUIInteractionInteractionItemChangeBehavior?

Page

public OpenCustomUIInteractionPage Page { get; init; }

Property Value

OpenCustomUIInteractionPage

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