Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AnimationRepeatMode Enum

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll

    Enumeration describing how an animation should be repeated.

    [DataContract]
    public enum AnimationRepeatMode

    Fields

    Name Description
    LoopInfinite

    The animation loop for always.

    PlayOnce

    The animation plays once, and then stops.

    PlayOnceHold

    The animation plays once, and then holds, being kept in the list.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<AnimationRepeatMode>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<AnimationRepeatMode>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation