Class UseCaptureCrateInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/UseCaptureCrateInteraction", "4a62c0d0de827bc06ab2c842f224dba2af7054e0db1e0379db950441637acf53")]
public sealed record UseCaptureCrateInteraction : Interaction, IEquatable<UseCaptureCrateInteraction>
- Inheritance
-
UseCaptureCrateInteraction
- Implements
-
- Inherited Members
-
Properties
AcceptedNpcGroups
public List<string>? AcceptedNpcGroups { get; init; }
Property Value
- List<string>
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
Codec
public static Codec<UseCaptureCrateInteraction> Codec { get; }
Property Value
- Codec<UseCaptureCrateInteraction>
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Failed
public string? Failed { get; init; }
Property Value
- string
FullIcon
public string? FullIcon { 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 UseCaptureCrateInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- UseCaptureCrateInteractionInteractionItemChangeBehavior?
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