Click or drag to resize

ControllerGetTemplate Method

Overload List
  NameDescription
Public methodGetTemplateT
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.
Public methodGetTemplate(Guid)
Gets a Controller Template by type GUID.
Public methodGetTemplate(Type)
Gets a Controller Template by type.
Top
See Also