Skip to content

ECS Framework API v2.2.13


ECS Framework API / SerializeSet

Function: SerializeSet()

SerializeSet(target, propertyKey): void

Defined in: packages/core/src/ECS/Core/SoAStorage.ts:152

序列化Set装饰器 标记Set字段需要序列化/反序列化存储

Parameters

target

any

propertyKey

string | symbol

Returns

void

Released under the MIT License.