Skip to content

ECS Framework API v2.1.50


ECS Framework API / SupportedTypedArray

Type Alias: SupportedTypedArray

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

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

SoA存储器支持的TypedArray类型

Released under the MIT License.