SlimContentProvider
A service that fetches and caches SLIM (Scalable Lightweight Interactive Models) asset content representations for model rendering.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 1
Description
Not intended for use from experience scripts. SlimContentProvider retrieves SLIM (Scalable Lightweight Interactive Models) asset content representations, parses them into mesh and level-of-detail metadata for the model rendering pipeline, and signals when an asset is ready, needs a retry, or has failed.
As a variant of CacheableContentProvider, it caches parsed results under a memory budget and evicts least-recently-used entries when the budget is exceeded.
History 2
Members 1
GetContentMemoryData
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| Dictionary | ||
| Security | RobloxSecurity |
|---|---|
| Thread safety | Unsafe |