Home > @esengine/ecs-framework-monorepo > CachedInterpolator > (constructor)
CachedInterpolator.(constructor)
Constructs a new instance of the CachedInterpolator
class
Signature:
typescript
constructor(interpolator: InterpolatorFunction<T>);
Parameters
Parameter | Type | Description |
---|---|---|
interpolator |