Vixen
02b45cc4
csharp
public readonly record struct TerrainAtlasTexel

Where one sample of the terrain lands in the atlas, in texels.

Read the guide page for this →

Fields and properties (4)

  • public int TileX

    Which tile, along X.

  • public int TileZ

    And along Z.

  • public int X

    Where in the atlas, along X.

  • public int Z

    And 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