Home > @esengine/ecs-framework-monorepo > Int32
Int32() function
32位整数装饰器 标记字段使用Int32Array存储(适用于整数值)
Signature:
typescript
export declare function Int32(target: any, propertyKey: string | symbol): void;
Parameters
Parameter | Type | Description |
---|---|---|
target | any | |
propertyKey | string | symbol |
Returns:
void