Class Vector3d
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Vector3d", "84b6361db53917910dc6266515cf73f0634f05804e5d71d71b905db8613c018f")]
public sealed record Vector3d : IEquatable<Vector3d>
- Inheritance
-
Vector3d
- Implements
- Inherited Members
Properties
Codec
public static Codec<Vector3d> Codec { get; }
Property Value
X
public double X { get; init; }
Property Value
Y
public double Y { get; init; }
Property Value
Z
public double Z { get; init; }