TilePlus Version 5
Unity3D Tilemap Extension
Loading...
Searching...
No Matches
TilePlus.ITpSpawnUtilClient Interface Reference

Contract for tiles that spawn prefabs or paint tiles and want to use methods in TpSpawner. More...

Inheritance diagram for TilePlus.ITpSpawnUtilClient:

Properties

TpSpawner.PositioningMode PositioningMode [get]
 Positioning mode for spawning or painting.
Bounds ZoneBounds [get]
 Bounds for the zone.
Vector3Int LastContactPosition [get]
 Last contact position.

Detailed Description

Contract for tiles that spawn prefabs or paint tiles and want to use methods in TpSpawner.

Property Documentation

◆ LastContactPosition

Vector3Int TilePlus.ITpSpawnUtilClient.LastContactPosition
get

Last contact position.

The last contact position.

Implemented in TilePlus.TpAnimatedSpawner, and TilePlus.TpAnimZoneSpawner.

◆ PositioningMode

TpSpawner.PositioningMode TilePlus.ITpSpawnUtilClient.PositioningMode
get

Positioning mode for spawning or painting.

The positioning mode.

Implemented in TilePlus.TpAnimatedSpawner, and TilePlus.TpAnimZoneSpawner.

◆ ZoneBounds

Bounds TilePlus.ITpSpawnUtilClient.ZoneBounds
get

Bounds for the zone.

The zone bounds.


The documentation for this interface was generated from the following file: