tag property

String tag
final

The identifier for this particular hero.

tag is used to trigger child flight, when within the same frame HeroAnimation with the same tag is removed from one place in a tree and is inserted into another.

Implementation

final String tag;