Skip to content

TextureAtlasCollection Class

Definition

Namespace: Brine2D.Rendering.SDL.TextureAtlas

Collection of texture atlases that can be queried as a single logical atlas. Automatically created when textures are split across multiple atlases.

C#
public sealed class TextureAtlasCollection : Brine2D.Rendering.TextureAtlas.ITextureAtlasCollection, System.IDisposable

Inheritance System.Object → TextureAtlasCollection

Implements ITextureAtlasCollection, System.IDisposable

Methods
AddAtlas\(ITextureAtlas\) Adds an atlas to the collection \(internal use by builder\).