getResourceName static method
- String name
Get the ResourceName for this Camera with the given name
For more information, see Camera component.
Implementation
static ResourceName getResourceName(String name) {
return Camera.subtype.getResourceName(name);
}