Palauttaa oikeantyyppisen GameControllerin annettujen asetusten perusteella.

Namespace: GameControls
Assembly: GameControls (in GameControls.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static GameController ControllerSelector(
	Settings settings
)
Visual Basic
Public Shared Function ControllerSelector ( _
	settings As Settings _
) As GameController
Visual C++
public:
static GameController^ ControllerSelector(
	Settings^ settings
)

Parameters

settings
Type: GameControls..::..Settings
Pelin asetukset.

Return Value

Oikeantyyppinen GameController. Null, jos sopivaa tyyppiä ei ole.

See Also