|
WhirlyGlobe
1.1
A 3D interactive globe toolkit for ios
|
Turn a given drawable on or off. This doesn't delete it. More...
#include <Drawable.h>
Public Member Functions | |
| OnOffChangeRequest (SimpleIdentity drawId, bool OnOff) | |
| void | execute2 (GlobeScene *scene, Drawable *draw) |
| This is the one you override. | |
Protected Attributes | |
| bool | newOnOff |
Turn a given drawable on or off. This doesn't delete it.
| void WhirlyGlobe::OnOffChangeRequest::execute2 | ( | GlobeScene * | scene, |
| Drawable * | draw | ||
| ) | [virtual] |
This is the one you override.
This is called by execute if there's a drawable to modify.
Implements WhirlyGlobe::DrawableChangeRequest.