Class RepeatInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/RepeatInteraction", "d844fd7746e2745d54454cedddbf0d960ec91220a1d971ba5bbe53d176514ca2")]
public sealed record RepeatInteraction : Interaction, IEquatable<RepeatInteraction>
- Inheritance
-
RepeatInteraction
- 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<RepeatInteraction> Codec { get; }
Property Value
- Codec<RepeatInteraction>
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Failed
public string? Failed { get; init; }
Property Value
- string
ForkInteractions
public string ForkInteractions { 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 RepeatInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- RepeatInteractionInteractionItemChangeBehavior?
Repeat
public int Repeat { get; init; }
Property Value
- int
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