PlayerHelper Methods |
The ReInputPlayerHelper type exposes the following members.
Name | Description | |
---|---|---|
GetPlayer(Int32) |
Gets a Player at a specific id
| |
GetPlayer(String) |
Gets a Player by name
| |
GetPlayerDescriptiveNames |
Gets an array of player descriptive names. Optionally includes the System player.
Allocates an array, so use sparingly to reduce garbage collection.
| |
GetPlayerId |
Gets the id of a Player by name
| |
GetPlayerIds |
Gets an array of player ids. Optionally includes System player.
Allocates an array, so use sparingly to reduce garbage collection.
| |
GetPlayerNames |
Gets an array of player names. Optionally includes the System player.
Allocates an array, so use sparingly to reduce garbage collection.
| |
GetPlayers |
Gets a list of Players.
| |
GetSystemPlayer |
Gets the System Player
|