ECS Framework API / Int16
Function: Int16()
Int16(
target
,propertyKey
):void
Defined in: ECS/Core/SoAStorage.ts:79
16位整数装饰器 标记字段使用Int16Array存储(适用于小范围整数)
Parameters
target
any
propertyKey
string
| symbol
Returns
void
ECS Framework API / Int16
Int16(
target
,propertyKey
):void
Defined in: ECS/Core/SoAStorage.ts:79
16位整数装饰器 标记字段使用Int16Array存储(适用于小范围整数)
any
string
| symbol
void