ReInputMappingHelperGetLayout(ControllerType, String) Method |
Gets a layout by specifying the controller type and layout name
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic InputLayout GetLayout(
ControllerType controllerType,
string name
)
Parameters
- controllerType ControllerType
- Controller type
- name String
- Layout name
Return Value
InputLayoutLayout
See Also