fromRobot static method
- RobotClient robot,
- String name
Get the AudioOut named name from the provided robot.
Implementation
static AudioOut fromRobot(RobotClient robot, String name) {
return robot.getResource(AudioOut.getResourceName(name));
}
Get the AudioOut named name from the provided robot.
static AudioOut fromRobot(RobotClient robot, String name) {
return robot.getResource(AudioOut.getResourceName(name));
}