Class BounceEasing
- Namespace
- FriedSynapse.FlowEnt.Easings
public class BounceEasing : AbstractOscilationEasing, IEasing
- Inheritance
-
BounceEasing
- Implements
- Inherited Members
- Extension Methods
Constructors
BounceEasing(int, bool, float)
public BounceEasing(int bounces = 3, bool reverse = false, float bounciness = 0.5)
Parameters
Properties
IntensityName
protected override string IntensityName { get; }
Property Value
RepsName
protected override string RepsName { get; }
Property Value
Methods
GetValue(float)
public override float GetValue(float t)
Parameters
t
float