Table of Contents

Class ShakeEasing

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

shakes int
reverse bool
flip bool
bounciness float

Properties

IntensityName

protected override string IntensityName { get; }

Property Value

string

RepsName

protected override string RepsName { get; }

Property Value

string

Methods

GetValue(float)

public override float GetValue(float t)

Parameters

t float

Returns

float