bundle property

AssetBundle bundle
final

The bundle from which the Flare will be obtained.

The Flare is obtained by calling AssetBundle.load on the given bundle using the key given by name.

Implementation

final AssetBundle bundle;