Class BounceMotionMapper
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The BounceMotionMapper class.
[Obsolete("This has been deprecated in API12")]
public class BounceMotionMapper : IAnimatorMotionMapper
- Inheritance
-
objectBounceMotionMapper
- Implements
Properties
View SourceBounces
The bounces of BounceMotionMapper.
Declaration
[Obsolete("This has been deprecated in API12")]
public int Bounces { get; set; }
Property Value
Type | Description |
---|---|
int |
DecayFactor
The decay factor of BounceMotionMapper.
Declaration
[Obsolete("This has been deprecated in API12")]
public double DecayFactor { get; set; }
Property Value
Type | Description |
---|---|
double |
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
[Obsolete("This has been deprecated in API12")]
public double Calculate(double position)
Parameters
Type | Name | Description |
---|---|---|
double | position |
Returns
Type | Description |
---|---|
double |