Load(string)
Loads SpriteAtlasAsset at the given path. File extension of SpriteAtlasAsset is *.spriteatlasv2.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.U2D
- Assembly: UnityEditor.CoreModule
public static SpriteAtlasAsset Load(string assetPath)
Parameters
The path of the SpriteAtlasAsset file on disk.
Returns
Type | Description |
|---|---|
| SpriteAtlasAsset | Returns the loaded SpriteAtlasAsset. |