Enum NmEasingOperation_t
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public enum NmEasingOperation_t : byte
- Extension Methods
Fields
InCirc = 19InCubic = 4InExpo = 16InOutCirc = 21InOutCubic = 6InOutExpo = 18InOutQuad = 3InOutQuart = 9InOutQuint = 12InOutSine = 15InQuad = 1InQuart = 7InQuint = 10InSine = 13Linear = 0None = 22OutCirc = 20OutCubic = 5OutExpo = 17OutQuad = 2OutQuart = 8OutQuint = 11OutSine = 14