eDriven Framework API
Put Method (targetType, interpolatorType)
NamespaceseDriven.Animation.InterpolatorsDefaultInterpolatorsPut(Type, Type)
eDriven Framework API
Sets the default interpolator for the supplied type
Declaration Syntax
C#Visual BasicVisual C++
public void Put(
	Type targetType,
	Type interpolatorType
)
Public Sub Put ( _
	targetType As Type, _
	interpolatorType As Type _
)
public:
void Put(
	Type^ targetType, 
	Type^ interpolatorType
)
Parameters
targetType (Type)
interpolatorType (Type)

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)