VoltAir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Properties | List of all members
RobotGraphics Class Reference

A container class for the components used to render Robot. More...

Inheritance diagram for RobotGraphics:

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...
 

Detailed Description

A container class for the components used to render Robot.

Property Documentation

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.