Aspect concepts
An aspect is an object-like wrapper that you can use to group together a subset of an entity's components into a single C# struct.
This section explains how to use aspects within your project.
Topic | Description |
---|---|
Aspect overview | Understand how aspects work. |
Create an aspect | Create an aspect with the IAspect interface. |
Aspect source generation | Use aspect source generators. |