Vixen
02b45cc4
csharp
public enum SpriteWrap

What an animation does when it runs off the end of its frames.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Once

    Holds the last frame forever.

  • Loop

    Starts again from the first frame.

  • PingPong

    Runs to the end and back, without repeating either end.

Used by (4)

  • SpriteAnimationVixen.Rendering
  • SpriteTestsVixen.Rendering.Tests
  • TypeRegistrationVixen.Rendering
  • Vixen_Rendering_Sprites_SpriteAnimationSerializerVixen.Rendering