Get a Glyph to represent an action for the user for the Joystick
device with a specific SymbolPreference .
Declaration
public static Glyph GetSpecificJoystickGlyph(this Player player, int actionID, Controller controller, Pole pole, out AxisRange axisRange, SymbolPreference symbolPreference, bool forceAxis = false, string collectionKey = null)
Parameters
Type |
Name |
Description |
Player |
player |
|
int |
actionID |
|
Controller |
controller |
|
Pole |
pole |
|
AxisRange |
axisRange |
|
SymbolPreference |
symbolPreference |
|
bool |
forceAxis |
|
string |
collectionKey |
|
Returns
Declaration
public static Glyph GetSpecificJoystickGlyph(int actionID, Controller controller, Pole pole, out AxisRange axisRange, SymbolPreference symbolPreference, int playerIndex = 0, bool forceAxis = false, string collectionKey = null)
Parameters
Type |
Name |
Description |
int |
actionID |
|
Controller |
controller |
|
Pole |
pole |
|
AxisRange |
axisRange |
|
SymbolPreference |
symbolPreference |
|
int |
playerIndex |
|
bool |
forceAxis |
|
string |
collectionKey |
|
Returns