Class ModifyIntervalConditionInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ModifyIntervalConditionInteraction", "82b43717198510002a76aa2acf8ed26ffd0376b463d5289fd92b606611f66ac1")]
public sealed record ModifyIntervalConditionInteraction : Interaction, IEquatable<ModifyIntervalConditionInteraction>
- Inheritance
-
ModifyIntervalConditionInteraction
- Implements
-
- Inherited Members
-
Properties
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Event
public string? Event { get; init; }
Property Value
- string
HorizontalSpeedMultiplier
public float? HorizontalSpeedMultiplier { get; init; }
Property Value
- float?
IntervalKey
public string IntervalKey { get; init; }
Property Value
- string
Modifier
public ModifyIntervalConditionInteractionModifier Modifier { get; init; }
Property Value
- ModifyIntervalConditionInteractionModifier
OnItemChangeBehavior
public ModifyIntervalConditionInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- ModifyIntervalConditionInteractionInteractionItemChangeBehavior?
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