Skip to content

Home > @esengine/ecs-framework-monorepo > Float64

Float64() function

64位浮点数装饰器 标记字段使用Float64Array存储(更高精度但更多内存)

Signature:

typescript
export declare function Float64(target: any, propertyKey: string | symbol): void;

Parameters

Parameter

Type

Description

target

any

propertyKey

string | symbol

Returns:

void

基于 MIT 许可证发布