Table of Contents

Class OpenPageInteraction

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

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CanCloseThroughInteraction

public bool CanCloseThroughInteraction { get; init; }

Property Value

bool

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Codec

public static Codec<OpenPageInteraction> Codec { get; }

Property Value

Codec<OpenPageInteraction>

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

Property Value

OpenPageInteractionInteractionItemChangeBehavior?

Page

public Page Page { get; init; }

Property Value

Page

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