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.
|
agent
Constructor and Description |
---|
RobotRenderEvent(Agent agent,
RobotRenderEvent.MountPoint[] mountPoints) |
public final RobotRenderEvent.MountPoint[] mountPoints
public RobotRenderEvent(Agent agent, RobotRenderEvent.MountPoint[] mountPoints)