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