Class BuilderToolInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BuilderToolInteraction", "195ed7a741699725d891c6d3ad76bea5fbd804c97c6dde4460d6cef5525136d0")]
public sealed record BuilderToolInteraction : Interaction, IEquatable<BuilderToolInteraction>
- Inheritance
-
BuilderToolInteraction
- Implements
-
- Inherited Members
-
Properties
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
public bool CancelOnItemChange { get; init; }
Property Value
- bool
public static Codec<BuilderToolInteraction> Codec { get; }
Property Value
- Codec<BuilderToolInteraction>
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
public string? Failed { get; init; }
Property Value
- string
public float? HorizontalSpeedMultiplier { get; init; }
Property Value
- float?
public string? Next { get; init; }
Property Value
- string
public BuilderToolInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- BuilderToolInteractionInteractionItemChangeBehavior?
public InteractionRules Rules { get; init; }
Property Value
- InteractionRules
public float? RunTime { get; init; }
Property Value
- float?
public Dictionary<string, InteractionSettings>? Settings { get; init; }
Property Value
- Dictionary<string, InteractionSettings>
public double ViewDistance { get; init; }
Property Value
- double