Table of Contents

Class CycleBlockGroupInteraction

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

Property Value

Codec<CycleBlockGroupInteraction>

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

Property Value

CycleBlockGroupInteractionInteractionItemChangeBehavior?

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