// Assembly: UnityEngine.TilemapModule
// Full name: UnityEngine.Tilemaps.TileBase

namespace UnityEngine.Tilemaps
{
public class TileBase // TypeDefIndex: 13261
{

	// Methods
	// RVA: -1
	public virtual type#28660 RefreshTile(type#28484 position, type#20575 tilemap) { }
	// RVA: -1
	public virtual type#28660 GetTileData(type#28484 position, type#20575 tilemap, type#12174 tileData) { }
	// RVA: -1
	private type#27415 GetTileDataNoRef(type#28484 position, type#20575 tilemap) { }
	// RVA: -1
	public virtual type#15313 GetTileAnimationData(type#28484 position, type#20575 tilemap, type#12173 tileAnimationData) { }
	// RVA: -1
	private type#27408 GetTileAnimationDataNoRef(type#28484 position, type#20575 tilemap) { }
	// RVA: -1
	private type#28660 GetTileAnimationDataRef(type#28484 position, type#20575 tilemap, type#12173 tileAnimationData, type#11788 hasAnimation) { }
	// RVA: -1
	public virtual type#15313 StartUp(type#28484 position, type#20575 tilemap, type#19062 go) { }
	// RVA: -1
	private type#28660 StartUpRef(type#28484 position, type#20575 tilemap, type#19062 go, type#11788 startUpInvokedByUser) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
