Table of Contents

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

Codec<Vector3i>

X

public int X { get; init; }

Property Value

int

Y

public int Y { get; init; }

Property Value

int

Z

public int Z { get; init; }

Property Value

int