getResourceName static method

ResourceName getResourceName(
  1. String name
)

Get the ResourceName for this InputController with the given name

final myInputControllerResourceName = myInputController.getResourceName("my_inputController");

For more information, see InputController component.

Implementation

static ResourceName getResourceName(String name) {
  return InputController.subtype.getResourceName(name);
}