Table of Contents

Class SetGameFlagInteraction

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

Property Value

Codec<SetGameFlagInteraction>

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?

Key

public string Key { get; init; }

Property Value

string

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public SetGameFlagInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

SetGameFlagInteractionInteractionItemChangeBehavior?

Raise

public bool Raise { get; init; }

Property Value

bool

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>

Value

public int Value { get; init; }

Property Value

int

ViewDistance

public double ViewDistance { get; init; }

Property Value

double