Class GameGraphicsGetQualityLevelList
Use case for retrieving the list of quality levels from the game graphics service.
Inherited Members
Namespace: Serenity.GameGraphics.Application.UseCases
Assembly: Serenity.GameGraphics.Application.dll
Syntax
public class GameGraphicsGetQualityLevelList : ISyncQueryUseCase<string[]>, IUseCase
Constructors
GameGraphicsGetQualityLevelList(IGameGraphicsService)
Initializes a new instance of the GameGraphicsGetQualityLevelList class.
Declaration
public GameGraphicsGetQualityLevelList(IGameGraphicsService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IGameGraphicsService | service | The game graphics service instance. |
Methods
Execute()
Executes the use case to get the list of quality levels.
Declaration
public string[] Execute()
Returns
| Type | Description |
|---|---|
| string[] |