Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Sprites.Packer.GetTexturesForAtlas

static function GetTexturesForAtlas(atlasName: string): Texture2D[];
static Texture2D[] GetTexturesForAtlas(string atlasName);
static def GetTexturesForAtlas(atlasName as string) as Texture2D[]

Parameters

atlasNameAtlas name.

Description

Returns all atlas textures generated for the specified atlas.