Skip to content
InterfaceAnimation & Atlases@public

FlxAtlasAssetSource

Already-loaded asset aliases used to construct a non-owning atlas.

ts
export interface FlxAtlasAssetSource

Properties

PropertyModifiersTypeDescription
image-stringAlias of a Pixi Texture already present in FlxAssets.
meta-string | FlxAtlasGridMetaAlias of loaded JSON/XML metadata, or inline fixed-grid dimensions.

Released under the MIT License.