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
DragCoefficient
public double DragCoefficient { get; init; }
Property Value
InvertedGravity
public bool InvertedGravity { get; init; }
Property Value
Mass
public double Mass { get; init; }