MeshContentProvider
An internal Roblox service that is responsible for fetching, parsing and caching meshes. This service cannot be used by developers.
This class is not replicated. Its interface does not cross the network boundary.
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
Removed member index 1
History | Member | |
---|---|---|
51 | SetCacheSize(count: int): void |
Description
A service that is internally responsible for fetching, parsing, and caching meshes.
History 5
- 462 Change ThreadSafety of GetContentMemoryData from to Unsafe
- 376 Add GetContentMemoryData
- 51 Remove SetCacheSize
- 47 Add SetCacheSize
- 47 Add MeshContentProvider
Members 1
GetContentMemoryData
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetContentMemoryData from to Unsafe
- 376 Add GetContentMemoryData
Removed members 1
SetCacheSize
Parameters (1) | ||
---|---|---|
count | int | |
Returns (1) | ||
void |
Security | LocalUserSecurity |
---|
History 2
- 51 Remove SetCacheSize
- 47 Add SetCacheSize