Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The BounceMotionMapper class.
public class BounceMotionMapper : IAnimatorMotionMapper
- Inheritance
-
object
BounceMotionMapper
- Implements
-
Properties
Declaration
public int Bounces { get; set; }
Property Value
View Source
DecayFactor
The decay factor of BounceMotionMapper.
Declaration
public double DecayFactor { get; set; }
Property Value
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
Implements