Home > @esengine/ecs-framework-monorepo > InterpolatorFunction
InterpolatorFunction type
插值器类型定义
Signature:
typescript
export type InterpolatorFunction<T> = (from: T, to: T, t: number) => T;