跳转到内容

AnyComponentDef

此内容尚不支持你的语言。

AnyComponentDef = ComponentDef<any> | BuiltinComponentDef<any>

Defined in: ecs/component.ts:543

Either kind of component type: one a project declared, or one the engine ships. Everything that takes “a component” takes this, so a query or a command reads a built-in and a user component the same way.