Table of Contents

Enum EasingType

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/EasingConfig/properties/Type", "3b35a8024532c1459f33f9420ea77bb4ab920301f7675b90216ce7edc443a6b2")]
public enum EasingType

Fields

BackIn = 25
BackInOut = 27
BackOut = 26
BounceIn = 28
BounceInOut = 30
BounceOut = 29
CircIn = 19
CircInOut = 21
CircOut = 20
CubicIn = 4
CubicInOut = 6
CubicOut = 5
ElasticIn = 22
ElasticInOut = 24
ElasticOut = 23
ExpoIn = 16
ExpoInOut = 18
ExpoOut = 17
Linear = 0
QuadIn = 1
QuadInOut = 3
QuadOut = 2
QuartIn = 7
QuartInOut = 9
QuartOut = 8
QuintIn = 10
QuintInOut = 12
QuintOut = 11
SineIn = 13
SineInOut = 15
SineOut = 14