ControllerGetTemplate Method |
Name | Description | |
---|---|---|
GetTemplateT |
Gets the first Controller Template that implements the specified type.
Note that it is possible to have multiple Controller Templates that implement a specific type of interface
such as IControllerTemplate. You should use the most specific interface type possible such as IDualAnalogGamepadTemplate instead,
which would be guaranteed to only apply to a single Controller Template.
| |
GetTemplate(Guid) |
Gets a Controller Template by type GUID.
| |
GetTemplate(Type) |
Gets a Controller Template by type.
|