Click or drag to resize

ControllerElementGlyphSelectorOptionsControllerMapSelectorSetLayoutId Method

Sets the Controller Map Layout id. This function can only be accessed while Rewired is initialized.

Namespace: Rewired.Glyphs
Assembly: Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntax
C#
public void SetLayoutId(
	ControllerType controllerType,
	int layoutId
)

Parameters

controllerType  ControllerType
The controller type.
layoutId  Int32
The layout id.
See Also