TextureLayerContent
Public / Attributes
AtlasId
ID of the texture atlas to use for the texture layer content. If not null
, must refer to one of the IDs that have been declared via SceneOptions.TextureAtlas.
Texture atlas IDs must be given at construction time and cannot be changed later.
ContentCacheId
ID of the cache to use for content tiles of the texture layer content. If not null
, must refer to one of the IDs that have been declared via SceneOptions.CacheId.
The content cache ID may be changed after construction via TextureLayer.CacheId2.
TextureCacheId
ID of the cache to use for texture tiles of the texture layer content. If not null
, must refer to one of the IDs that have been declared via SceneOptions.CacheId.
The texture cache ID may be changed after construction via TextureLayer.CacheId2.