Class PlaceFluidInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PlaceFluidInteraction", "f67239dc0d60c0dbcc6c2c85ed3e41d8a0a3a90b4c9a208d23dda3e116d22c16")]
public sealed record PlaceFluidInteraction : Interaction, IEquatable<PlaceFluidInteraction>
- Inheritance
-
PlaceFluidInteraction
- 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<PlaceFluidInteraction> Codec { get; }
Property Value
- Codec<PlaceFluidInteraction>
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Failed
public string? Failed { get; init; }
Property Value
- string
FluidToPlace
public string? FluidToPlace { 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 PlaceFluidInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- PlaceFluidInteractionInteractionItemChangeBehavior?
RemoveItemInHand
public bool RemoveItemInHand { 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>
UseLatestTarget
public bool UseLatestTarget { get; init; }
Property Value
- bool
ViewDistance
public double ViewDistance { get; init; }
Property Value
- double