@ue-too/ecs / index / ArrayElementType
型別別名: ArrayElementType
ArrayElementType = {
kind:"builtin";type:Exclude<ComponentFieldType,"array">; } | {kind:"custom";typeName:ComponentName; }
定義於: index.ts:158
Discriminated union for array element types. Supports both built-in types and custom component types.