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
ECS Framework API / Uint32
Uint32(
target
,propertyKey
):void
Defined in: ECS/Core/SoAStorage.ts:67
32位无符号整数装饰器 标记字段使用Uint32Array存储(适用于无符号整数,如ID、标志位等)
any
string
| symbol
void