Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IAnimatableSpriteProvider Interface

    Namespace: Stride.Engine
    Assembly: Stride.Rendering.dll

    The base interface for all classes providing animated sprites.

    public interface IAnimatableSpriteProvider : ISpriteProvider
    Name Description
    Properties
    CurrentFrame

    Gets or sets the current frame of the animation.

    | Improve this Doc View Source

    Properties


    CurrentFrame

    Gets or sets the current frame of the animation.

    int CurrentFrame { get; set; }
    Property Value
    Type Description
    System.Int32

    Inherited Members

    ISpriteProvider.SpritesCount
    ISpriteProvider.GetSprite()

    Extension Methods

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

    Back to top

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