Skip to content

Enums: EPathBehavior.hpp

Alanzote edited this page Dec 25, 2018 · 1 revision

Objects like Moving Platforms or Enemies require the use of paths. Each path can have a specific behavior assigned to it, and that's what EPathBehavior, the only thing on this file contains. The values are:

  • Loop
  • Bounce
  • Once