Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The DivisorInterpolatedMotionMapper class.
public class DivisorInterpolatedMotionMapper : IAnimatorMotionMapper
- Inheritance
-
DivisorInterpolatedMotionMapper
- Implements
-
Properties
View Source
Divisor
The Divisor of DivisorInterpolatedMotionMapper.
Declaration
public double Divisor { get; set; }
Property Value
API Level: preview
View Source
Power
The power of DivisorInterpolatedMotionMapper.
Declaration
public double Power { get; set; }
Property Value
API Level: preview
Methods
View Source
Calculate(Double)
Maps an input position from 0.0 to 1.0 along a timeline to a position in a different curve.
Declaration
public double Calculate(double position)
Parameters
Type |
Name |
Description |
Double |
position |
|
Returns
API Level: preview
Implements