Click or drag to resize

ReInputControllerHelperGetControllerT(Int32) Method

Gets a controller of type by id.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T GetController<T>(
	int controllerId
)
where T : Controller

Parameters

controllerId  Int32
The controller id

Type Parameters

T
Type of Controller

Return Value

T
A controller of type T
See Also