Components 是纯数据结构(class 或 struct),用于保存 entity 某一特定方面的数据。它们不包含逻辑或方法。例如,一个 “Position” component 可以包含 x、y、z 坐标。 使用以下命令创建一个 Position component:Documentation Index
Fetch the complete documentation index at: https://docs.magicblock.gg/llms.txt
Use this file to discover all available pages before exploring further.

