tag property

Object tag
final

The identifier for this particular local hero. This tag must be unique under the same LocalHeroScope. If between two frames, the position of a LocalHero with the same tag changes, a local hero animation will be triggered.

Implementation

final Object tag;