Table of Contents

Enum NmEasingOperation_t

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public enum NmEasingOperation_t : byte
Extension Methods

Fields

InCirc = 19
InCubic = 4
InExpo = 16
InOutCirc = 21
InOutCubic = 6
InOutExpo = 18
InOutQuad = 3
InOutQuart = 9
InOutQuint = 12
InOutSine = 15
InQuad = 1
InQuart = 7
InQuint = 10
InSine = 13
Linear = 0
None = 22
OutCirc = 20
OutCubic = 5
OutExpo = 17
OutQuad = 2
OutQuart = 8
OutQuint = 11
OutSine = 14