• Time Manager
API Links
Table of Contents
Time Manager
class Interpolator
Developer Links
My Account
C4 Engine Wiki
Support Forums
Bug Tracker
Release Notes
API Documentation
Interpolator::SetRemapFunction
Defined in:
C4Time.h
Sets the remap function for an interpolator.
Prototype
void
SetRemapFunction(RemapProc *func);
Parameters
func
The new remap function.
Description
typedef
float
RemapProc(
float
);