textureAtlas dissapeared?

Hi,
I couldn't find textureAtlas in the documentation.
That was the value in the previous version:
http://85.94.197.34/static/cesium/Documentation/TextureAtlas.html?classFilter=textureA

I can't find it in the current documentation.

Hi,

TextureAtlas was marked private, i.e., not part of the public API, when 1.0 was released since it is used under-the-hood by billboards and labels.

You could still use it directly, but the API is subject to change, removal, etc. Here’s the source and doc: https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Scene/TextureAtlas.js

Patrick