Method GetSupportedGraphicsDeviceTypes
GetSupportedGraphicsDeviceTypes(bool)
Gets the loader's supported graphics device types. If the list is empty, it is assumed that it supports all graphics device types.
Declaration
public virtual List<GraphicsDeviceType> GetSupportedGraphicsDeviceTypes(bool buildingPlayer)
Parameters
Type | Name | Description |
---|---|---|
bool | buildingPlayer | True if the player is being built. You may want to include or exclude graphics apis if the player is being built or not. |
Returns
Type | Description |
---|---|
List<GraphicsDeviceType> | Returns the loader's supported graphics device types. |