Table of Contents

Interface ISpriteProvider

Namespace
Stride.Engine
Assembly
Stride.Rendering.dll

The base interface for all classes providing sprites.

public interface ISpriteProvider

Properties

SpritesCount

Gets the number of sprites available in the provider.

int SpritesCount { get; }

Property Value

int

Methods

GetSprite()

Get a sprite from the provider.

Sprite GetSprite()

Returns

Sprite