public class RobotRenderEvent extends RobotEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
RobotRenderEvent.MountPoint
Describes points on the robot model at which components are "mounted",
i.e.
|
| Modifier and Type | Field and Description |
|---|---|
RobotRenderEvent.MountPoint[] |
mountPoints
Points on the robot at which component models may be rendered.
|
robot| Constructor and Description |
|---|
RobotRenderEvent(Robot robot,
RobotRenderEvent.MountPoint[] mountPoints) |
public final RobotRenderEvent.MountPoint[] mountPoints
public RobotRenderEvent(Robot robot, RobotRenderEvent.MountPoint[] mountPoints)