ECS Framework API / HighPrecision
Function: HighPrecision()
HighPrecision(
target,propertyKey):void
Defined in: packages/core/src/ECS/Core/SoAStorage.ts:19
高精度数值装饰器 标记字段需要保持完整精度,存储为复杂对象而非TypedArray
Parameters
target
any
propertyKey
string | symbol
Returns
void