Click or drag to resize

ControllerSetSelectorcontrollerTemplateTypeGuid Property

The Controller Template type this entry applies to. This is only used if type is set to ControllerTemplateType. This targets all Controllers that match the specified Controller Template type. This value can be obtained from typeGuid or the concrete static class of the Controller Template such as GamepadTemplate.typeGuid.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Guid controllerTemplateTypeGuid { get; set; }

Property Value

Type: Guid
See Also