Struct CanonicalTileId
Canonical tile identity.
public readonly record struct CanonicalTileId : IEquatable<CanonicalTileId>
- Implements
- Inherited Members
Constructors
CanonicalTileId(uint, uint, uint)
Canonical tile identity.
public CanonicalTileId(uint Z, uint X, uint Y)
Parameters
Properties
X
public uint X { get; init; }
Property Value
Y
public uint Y { get; init; }
Property Value
Z
public uint Z { get; init; }