Table of Contents

Class AugmentConditionInteraction

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

Property Value

Codec<AugmentConditionInteraction>

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

Property Value

AugmentConditionInteractionInteractionItemChangeBehavior?

Radius

public double Radius { get; init; }

Property Value

double

RequiredAugmentTags

public List<string> RequiredAugmentTags { get; init; }

Property Value

List<string>

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