Skip to content

Home > @esengine/ecs-framework-monorepo > InterpolatorFunction

InterpolatorFunction type

插值器类型定义

Signature:

typescript
export type InterpolatorFunction<T> = (from: T, to: T, t: number) => T;

基于 MIT 许可证发布