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