ECS Framework API / Uint8Clamped
Function: Uint8Clamped()
Uint8Clamped(
target
,propertyKey
):void
Defined in: ECS/Core/SoAStorage.ts:127
8位夹紧整数装饰器 标记字段使用Uint8ClampedArray存储(适用于颜色值等需要夹紧的数据)
Parameters
target
any
propertyKey
string
| symbol
Returns
void