Table of Contents

Class Force

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

Properties

AdjustVertical

public bool AdjustVertical { get; init; }

Property Value

bool

Codec

public static Codec<Force> Codec { get; }

Property Value

Codec<Force>

Direction

public Vector3d Direction { get; init; }

Property Value

Vector3d

ForceValue

public double ForceValue { get; init; }

Property Value

double