Class ApplicationEffects
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ApplicationEffects", "1157b624e694251020c7214676899e218840972cdfde4a766db80ad6d93ad622")]
public sealed record ApplicationEffects : IEquatable<ApplicationEffects>
- Inheritance
-
ApplicationEffects
- Implements
-
- Inherited Members
-
Properties
AbilityEffects
public AbilityEffects? AbilityEffects { get; init; }
Property Value
- AbilityEffects
Codec
public static Codec<ApplicationEffects> Codec { get; }
Property Value
- Codec<ApplicationEffects>
EntityAnimationId
public string? EntityAnimationId { get; init; }
Property Value
- string
EntityBottomTint
public string? EntityBottomTint { get; init; }
Property Value
- string
EntityTopTint
public string? EntityTopTint { get; init; }
Property Value
- string
FirstPersonParticles
public List<ModelParticle>? FirstPersonParticles { get; init; }
Property Value
- List<ModelParticle>
HorizontalSpeedMultiplier
public float HorizontalSpeedMultiplier { get; init; }
Property Value
- float
KnockbackMultiplier
public float KnockbackMultiplier { get; init; }
Property Value
- float
LocalSoundEventId
public string? LocalSoundEventId { get; init; }
Property Value
- string
ModelVFXId
public string? ModelVFXId { get; init; }
Property Value
- string
MouseSensitivityAdjustmentDuration
public float? MouseSensitivityAdjustmentDuration { get; init; }
Property Value
- float?
MouseSensitivityAdjustmentTarget
public float? MouseSensitivityAdjustmentTarget { get; init; }
Property Value
- float?
MovementEffects
public MovementEffects? MovementEffects { get; init; }
Property Value
- MovementEffects
Particles
public List<ModelParticle>? Particles { get; init; }
Property Value
- List<ModelParticle>
ScreenEffect
public string? ScreenEffect { get; init; }
Property Value
- string
WorldSoundEventId
public string? WorldSoundEventId { get; init; }
Property Value
- string