Skip to content

ECS Framework API v2.1.50


ECS Framework API / Uint32

Function: Uint32()

Uint32(target, propertyKey): void

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

32位无符号整数装饰器 标记字段使用Uint32Array存储(适用于无符号整数,如ID、标志位等)

Parameters

target

any

propertyKey

string | symbol

Returns

void

Released under the MIT License.