Table of Contents

Class CameraShakeInteraction

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

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CameraEffect

public string CameraEffect { get; init; }

Property Value

string

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Codec

public static Codec<CameraShakeInteraction> Codec { get; }

Property Value

Codec<CameraShakeInteraction>

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

Property Value

CameraShakeInteractionInteractionItemChangeBehavior?

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