Class Tile
[Serializable]
public class Tile : IEquatable<Tile>
- Inheritance
-
Tile
- Implements
- Inherited Members
Properties
GeoData
public byte[] GeoData { get; set; }
Property Value
- byte[]
Id
public int Id { get; set; }
Property Value
NormalData
public byte[] NormalData { get; set; }
Property Value
- byte[]
TileX
public int TileX { get; set; }
Property Value
TileY
public int TileY { get; set; }
Property Value
Zoom
public int Zoom { get; set; }
Property Value
Methods
Equals(Vector2Int)
public bool Equals(Vector2Int other)
Parameters
otherVector2Int
Returns
Equals(Tile)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Tile other)
Parameters
otherTileAn object to compare with this object.
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.