csharp
public enum SpriteWrapWhat 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)
OnceHolds the last frame forever.
LoopStarts again from the first frame.
PingPongRuns to the end and back, without repeating either end.
Used by (4)
- SpriteAnimationVixen.Rendering
- SpriteTestsVixen.Rendering.Tests
- TypeRegistrationVixen.Rendering
- Vixen_Rendering_Sprites_SpriteAnimationSerializerVixen.Rendering