ECS Framework API / Float64
Function: Float64()
Float64(
target,propertyKey):void
Defined in: packages/core/src/ECS/Core/SoAStorage.ts:31
64位浮点数装饰器 标记字段使用Float64Array存储(更高精度但更多内存)
Parameters
target
any
propertyKey
string | symbol
Returns
void