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 nameValueDescription
SingleSequence0Frames are played back in a sequence, ending with the last frame.
Loop1Frames are played back in a sequence up to the last frame. The sequence starts again from the beginning indefinitely.
PingPong2Frames are played back in a sequence up to the last frame and then back to the beginning again. This process is repeated indefinitely.
RandomFrame3Random frames are played indefinitely.
RandomFrameNoRepetition4Random frames are played indefinitely but there are never two same frames played one after the other.

See Also

Reference

UltimateXR.Animation.Materials Namespace