Class FairyParticle.LerpMethod
- Namespace
- MoreSlugcats
- Assembly
- Assembly-CSharp.dll
public class FairyParticle.LerpMethod : ExtEnum<FairyParticle.LerpMethod>, IComparable, IEquatable<FairyParticle.LerpMethod>
- Inheritance
-
FairyParticle.LerpMethod
- Implements
- Inherited Members
Constructors
LerpMethod(string, bool)
public LerpMethod(string value, bool register = false)
Parameters
Fields
EXP
public static readonly FairyParticle.LerpMethod EXP
Field Value
LINEAR
public static readonly FairyParticle.LerpMethod LINEAR
Field Value
QUAD_IN
public static readonly FairyParticle.LerpMethod QUAD_IN
Field Value
QUAD_OUT
public static readonly FairyParticle.LerpMethod QUAD_OUT
Field Value
SIN_IO
public static readonly FairyParticle.LerpMethod SIN_IO