Click or drag to resize

PlayerControllerHelperGetControllerWithTag Method (ControllerType, String)

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Controller GetControllerWithTag(
	ControllerType controllerType,
	string tag
)

Parameters

controllerType
Type: RewiredControllerType
tag
Type: SystemString

Return Value

Type: Controller
See Also