Skip to content

ECS Framework API v2.2.13


ECS Framework API / ReadonlyComponent

Type Alias: ReadonlyComponent<T>

ReadonlyComponent<T> = { readonly [K in keyof T]: T[K] }

Defined in: packages/core/src/Types/TypeHelpers.ts:130

只读组件类型 将组件的所有字段转为只读

Type Parameters

T

T extends IComponent

Released under the MIT License.