Class RevealMapMarkersInViewInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/RevealMapMarkersInViewInteraction", "a0357c7b8992d39298da6a5e19c4d05ff365889c2efadc9171f08d4d05bf01d7")]
public sealed record RevealMapMarkersInViewInteraction : Interaction, IEquatable<RevealMapMarkersInViewInteraction>
- Inheritance
-
RevealMapMarkersInViewInteraction
- Implements
-
- Inherited Members
-
Properties
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
ConditionGrace
public float? ConditionGrace { get; init; }
Property Value
- float?
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Failed
public string? Failed { get; init; }
Property Value
- string
FieldOfView
public float? FieldOfView { get; init; }
Property Value
- float?
HorizontalSpeedMultiplier
public float? HorizontalSpeedMultiplier { get; init; }
Property Value
- float?
MaxDistance
public double MaxDistance { get; init; }
Property Value
- double
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public RevealMapMarkersInViewInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- RevealMapMarkersInViewInteractionInteractionItemChangeBehavior?
RevealParticles
public List<WorldParticle>? RevealParticles { get; init; }
Property Value
- List<WorldParticle>
Rules
public InteractionRules Rules { get; init; }
Property Value
- InteractionRules
RunTime
public float? RunTime { get; init; }
Property Value
- float?
RunWhile
public List<EntityEffectApplyConditions>? RunWhile { get; init; }
Property Value
- List<EntityEffectApplyConditions>
ScanInterval
public float? ScanInterval { 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