csharp
public readonly record struct TerrainAtlasTexelWhere one sample of the terrain lands in the atlas, in texels.
Fields and properties (4)
public int TileXWhich tile, along X.
public int TileZAnd along Z.
public int XWhere in the atlas, along X.
public int ZAnd along Z.
Methods (1)
public TerrainAtlasTexel(int TileX, int TileZ, int X, int Z)Where one sample of the terrain lands in the atlas, in texels.
Used by (2)
- TerrainAtlasVixen.Terrain
- TerrainAtlasTestsVixen.Terrain.Tests