Skip to content

ECS Framework API v2.2.13


ECS Framework API / SerializableComponent

Type Alias: SerializableComponent<T>

SerializableComponent<T> = DeepPartial<DataOnly<T>>

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

可序列化的组件数据

Type Parameters

T

T extends IComponent

Released under the MIT License.