GameControllerObjectInfo Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Provides information about an object exposed by a gamepad
System.Object →
GameControllerObjectInfo
Derived from GameControllerObjectInfo: GameControllerAxisInfo GameControllerButtonInfo GameControllerDirectionInfo
public class GameControllerObjectInfo
| Name | Description | |
|---|---|---|
| Fields | ||
| Name | The name of the object, reported by the device |
|
| Methods | ||
| ToString() | ||
Fields
Name
The name of the object, reported by the device
public string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Methods
ToString()
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()