Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ISpriteProvider Interface

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

    The base interface for all classes providing sprites.

    public interface ISpriteProvider
    Name Description
    Properties
    SpritesCount

    Gets the number of sprites available in the provider.

    Methods
    GetSprite()

    Get a sprite from the provider.

    | Improve this Doc View Source

    Properties


    SpritesCount

    Gets the number of sprites available in the provider.

    int SpritesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Methods


    GetSprite()

    Get a sprite from the provider.

    Sprite GetSprite()
    Returns
    Type Description
    Sprite

    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