|
VoltAir
|
A container class for the components used to render Robot. More...
Properties | |
| string | color |
| Main color of this actor. More... | |
| real | size |
| Size of this actor. More... | |
| ImageRenderer | magnetLightning |
| Lightning that occurs while magnetising. More... | |
| ImageRenderer | eyes |
| Eyes of this actor. More... | |
| QtObject | eyeGraphics |
| Item that contains properties for rendering the eyes. More... | |
| ImageRenderer | magneticHighlight |
| Glow that occurs when near other magnetic objects. More... | |
A container class for the components used to render Robot.
| string RobotGraphics::color |
Main color of this actor.
| QtObject RobotGraphics::eyeGraphics |
Item that contains properties for rendering the eyes.
| ImageRenderer RobotGraphics::eyes |
Eyes of this actor.
| ImageRenderer RobotGraphics::magneticHighlight |
Glow that occurs when near other magnetic objects.
| ImageRenderer RobotGraphics::magnetLightning |
Lightning that occurs while magnetising.
| real RobotGraphics::size |
Size of this actor.