Class BounceMotionMapper
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The BounceMotionMapper class.
public class BounceMotionMapper : IAnimatorMotionMapper
- Inheritance
-
BounceMotionMapper
- Implements
Properties
View SourceBounces
The bounces of BounceMotionMapper.
Declaration
public int Bounces { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: preview
View SourceDecayFactor
The decay factor of BounceMotionMapper.
Declaration
public double DecayFactor { get; set; }
Property Value
Type | Description |
---|---|
Double |
API Level: preview
Methods
View SourceCalculate(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
Type | Description |
---|---|
Double |