SwiftlyS2

NmEasingOperation_t

Enum NmEasingOperation_t

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public enum NmEasingOperation_t : byte

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

On this page