ECS Framework API / Int8
Function: Int8()
Int8(
target
,propertyKey
):void
Defined in: ECS/Core/SoAStorage.ts:103
8位整数装饰器 标记字段使用Int8Array存储(适用于很小的整数值)
Parameters
target
any
propertyKey
string
| symbol
Returns
void
ECS Framework API / Int8
Int8(
target
,propertyKey
):void
Defined in: ECS/Core/SoAStorage.ts:103
8位整数装饰器 标记字段使用Int8Array存储(适用于很小的整数值)
any
string
| symbol
void