-
Notifications
You must be signed in to change notification settings - Fork 0
Animation LoopModeEnum
Eduard Gushchin edited this page Jun 21, 2026
·
5 revisions
Namespace: Electron2D
Describes how playback behaves when it reaches the end of the resource.
public enum Electron2D.Animation.LoopModeEnum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableThe loop mode is consumed by Electron2D.AnimationPlayer; the resource
itself only stores the selected value.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
Linear |
Enum value | Playback wraps from Electron2D.Animation.Length back to the beginning. |
None |
Enum value | Playback stops when it reaches Electron2D.Animation.Length. |
Kind: Enum value
public const Electron2D.Animation.LoopModeEnum LinearPlayback wraps from Electron2D.Animation.Length back to the beginning.
Use this value with APIs that accept LoopModeEnum.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Animation.LoopModeEnum
Kind: Enum value
public const Electron2D.Animation.LoopModeEnum NonePlayback stops when it reaches Electron2D.Animation.Length.
Use this value with APIs that accept LoopModeEnum.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Animation.LoopModeEnum
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.