Class IncreaseBackpackCapacityInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/IncreaseBackpackCapacityInteraction", "da04d7f980ebfd0c92163e13f34c4258337bec191996b20ad6a85be47e85e0a4")]
public sealed record IncreaseBackpackCapacityInteraction : Interaction, IEquatable<IncreaseBackpackCapacityInteraction>
- Inheritance
-
IncreaseBackpackCapacityInteraction
- Implements
-
- Inherited Members
-
Properties
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
Capacity
public int Capacity { get; init; }
Property Value
- int
Codec
public static Codec<IncreaseBackpackCapacityInteraction> Codec { get; }
Property Value
- Codec<IncreaseBackpackCapacityInteraction>
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Failed
public string? Failed { get; init; }
Property Value
- string
From
public int From { get; init; }
Property Value
- int
HorizontalSpeedMultiplier
public float? HorizontalSpeedMultiplier { get; init; }
Property Value
- float?
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public IncreaseBackpackCapacityInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- IncreaseBackpackCapacityInteractionInteractionItemChangeBehavior?
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