For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/types/EntityComponentReturnType.md.

Type Alias: EntityComponentReturnType<T>

entity component

EntityComponentReturnType<T> = T extends keyof EntityComponentTypeMap ? EntityComponentTypeMap[T] : EntityComponent

Beta

Type Parameters

T

T extends string

同领域相关