Skip to content

ECS Framework API v2.1.50


ECS Framework API / Uint16

Function: Uint16()

Uint16(target, propertyKey): void

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

16位无符号整数装饰器 标记字段使用Uint16Array存储(适用于小范围无符号整数)

Parameters

target

any

propertyKey

string | symbol

Returns

void

Released under the MIT License.