Skip to content

ECS Framework API v2.2.13


ECS Framework API / SupportedTypedArray

Type Alias: SupportedTypedArray

SupportedTypedArray = Float32Array | Float64Array | Int32Array | Uint32Array | Int16Array | Uint16Array | Int8Array | Uint8Array | Uint8ClampedArray

Defined in: packages/core/src/ECS/Core/SoAStorage.ts:321

SoA存储器支持的TypedArray类型

Released under the MIT License.