ISpriteProvider Interface
Namespace: Stride.EngineAssembly: 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. |
Properties
SpritesCount
Gets the number of sprites available in the provider.
int SpritesCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetSprite()
Get a sprite from the provider.
Sprite GetSprite()
Returns
Type | Description |
---|---|
Sprite |