UxrFlipbookAnimationMode Enumeration
The different animation modes available in UxrAnimatedTextureFlipbook
Namespace: UltimateXR.Animation.Materials
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrFlipbookAnimationMode
Members
Member name | Value | Description | |
---|---|---|---|
SingleSequence | 0 | Frames are played back in a sequence, ending with the last frame. | |
Loop | 1 | Frames are played back in a sequence up to the last frame. The sequence starts again from the beginning indefinitely. | |
PingPong | 2 | Frames are played back in a sequence up to the last frame and then back to the beginning again. This process is repeated indefinitely. | |
RandomFrame | 3 | Random frames are played indefinitely. | |
RandomFrameNoRepetition | 4 | Random frames are played indefinitely but there are never two same frames played one after the other. |