Class ContextualUseNPCInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ContextualUseNPCInteraction", "23b18b8cb503905b2e1ded827bc24117b842c06fc3241a8478def5a30916e342")]
public sealed record ContextualUseNPCInteraction : Interaction, IEquatable<ContextualUseNPCInteraction>
- Inheritance
-
ContextualUseNPCInteraction
- 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<ContextualUseNPCInteraction> Codec { get; }
Property Value
- Codec<ContextualUseNPCInteraction>
Context
public string Context { get; init; }
Property Value
- string
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 ContextualUseNPCInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- ContextualUseNPCInteractionInteractionItemChangeBehavior?
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