Class ShakeEasing
- Namespace
- FriedSynapse.FlowEnt.Easings
public class ShakeEasing : AbstractOscilationEasing, IEasing
- Inheritance
-
ShakeEasing
- Implements
- Inherited Members
- Extension Methods
Constructors
ShakeEasing(int, bool, bool, float)
public ShakeEasing(int shakes = 3, bool reverse = false, bool flip = 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