Table of Contents

Class StartObjectiveInteraction

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

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

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

Property Value

StartObjectiveInteractionInteractionItemChangeBehavior?

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>

Setup

public StartObjectiveInteractionSetup Setup { get; init; }

Property Value

StartObjectiveInteractionSetup

ViewDistance

public double ViewDistance { get; init; }

Property Value

double