Skip to content

ECS Framework API v2.1.50


ECS Framework API / SerializeMap

Function: SerializeMap()

SerializeMap(target, propertyKey): void

Defined in: ECS/Core/SoAStorage.ts:140

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

Parameters

target

any

propertyKey

string | symbol

Returns

void

Released under the MIT License.