Skip to content

@ue-too/ecs / ArrayElementType

Type Alias: ArrayElementType

ArrayElementType = { kind: "builtin"; type: Exclude<ComponentFieldType, "array">; } | { kind: "custom"; typeName: ComponentName; }

Defined in: index.ts:158

Discriminated union for array element types. Supports both built-in types and custom component types.