Skip to content

ECS Framework API v2.1.50


ECS Framework API / Float64

Function: Float64()

Float64(target, propertyKey): void

Defined in: ECS/Core/SoAStorage.ts:31

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

Parameters

target

any

propertyKey

string | symbol

Returns

void

Released under the MIT License.