Class MovementEffects
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/MovementEffects", "7eee9df320800af8a45543da8b5208d820d97441aac26a0274aef20babbad62f")]
public sealed record MovementEffects : IEquatable<MovementEffects>
- Inheritance
-
MovementEffects
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<MovementEffects> Codec { get; }
Property Value
- Codec<MovementEffects>
DisableAll
public bool DisableAll { get; init; }
Property Value
- bool
DisableBackward
public bool DisableBackward { get; init; }
Property Value
- bool
DisableCrouch
public bool DisableCrouch { get; init; }
Property Value
- bool
DisableForward
public bool DisableForward { get; init; }
Property Value
- bool
DisableJump
public bool DisableJump { get; init; }
Property Value
- bool
DisableLeft
public bool DisableLeft { get; init; }
Property Value
- bool
DisableRight
public bool DisableRight { get; init; }
Property Value
- bool
DisableSprint
public bool DisableSprint { get; init; }
Property Value
- bool
SpeedMultiplier
public float? SpeedMultiplier { get; init; }
Property Value
- float?