Table of Contents

Class VelocityConfig

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/VelocityConfig", "584c9f050a03d982440bd1f272f831f6bbfd243f27318898116cc2ebfd26dc0f")]
public sealed record VelocityConfig : IEquatable<VelocityConfig>
Inheritance
VelocityConfig
Implements
Inherited Members

Properties

AirResistance

public float? AirResistance { get; init; }

Property Value

float?

AirResistanceMax

public float? AirResistanceMax { get; init; }

Property Value

float?

Codec

public static Codec<VelocityConfig> Codec { get; }

Property Value

Codec<VelocityConfig>

GroundResistance

public float? GroundResistance { get; init; }

Property Value

float?

GroundResistanceMax

public float? GroundResistanceMax { get; init; }

Property Value

float?

Style

public VelocityThresholdStyle? Style { get; init; }

Property Value

VelocityThresholdStyle?

Threshold

public float? Threshold { get; init; }

Property Value

float?