Table of Contents

Class PhysicsValues

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

Properties

Codec

public static Codec<PhysicsValues> Codec { get; }

Property Value

Codec<PhysicsValues>

DragCoefficient

public double DragCoefficient { get; init; }

Property Value

double

InvertedGravity

public bool InvertedGravity { get; init; }

Property Value

bool

Mass

public double Mass { get; init; }

Property Value

double