SKRepeatMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify whether the time value of a SKKeyframeSequence should cycle.
public enum SKRepeatMode
type SKRepeatMode =
- Inheritance
-
SKRepeatMode
Fields
Name | Value | Description |
---|---|---|
Clamp | 1 | After the last keyframe's time sequence is past, the last keyframe's value is returned. |
Loop | 2 | After the last keyframe's time sequence is past, the sequence loops back to the first keyframe. |