Chunk components
A chunk component is a type of component that stores values per chunk instead of per entity. They offer similar functionality to shared components, but differ in some fundamental ways.
Topic | Description |
---|---|
Introducing chunk components | Understand chunk components and their use cases. |
Create a chunk component | Create a new chunk component to use in your application. |
Use chunk components | Understand how to use chunk component-specific APIs. |