Remove(SpriteAtlas, Object[])
Remove objects from the atlas's packable objects list.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.U2D
- Assembly: UnityEditor.CoreModule
public static void Remove(this SpriteAtlas spriteAtlas, Object[] objects)
Parameters
Remarks
If there are multiple of the exact same Object stored inside the atlas, all copies will be removed at once.
Additional Resources: SpriteAtlasExtensions.Add.