Table of Contents

Class Tile

Namespace
WitShells.MapView
[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

int

NormalData

public byte[] NormalData { get; set; }

Property Value

byte[]

TileX

public int TileX { get; set; }

Property Value

int

TileY

public int TileY { get; set; }

Property Value

int

Zoom

public int Zoom { get; set; }

Property Value

int

Methods

Equals(Vector2Int)

public bool Equals(Vector2Int other)

Parameters

other Vector2Int

Returns

bool

Equals(Tile)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Tile other)

Parameters

other Tile

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.