iBlobViewPort Struct Reference
A blob viewport. More...
#include <ivaria/blobs.h>
Inheritance diagram for iBlobViewPort:

Public Member Functions | |
| virtual void | SetScrollSpeed (float factor)=0 |
| Set the default scroll speed factor as used by ScrollRelative and ScrollVisible. | |
Detailed Description
A blob viewport.
A viewport represents a collection of blobs that move together. Viewports can scroll independently from each other and you can also set modifiers on an entire viewport at once.
Definition at line 210 of file blobs.h.
Member Function Documentation
| virtual void iBlobViewPort::SetScrollSpeed | ( | float | factor | ) | [pure virtual] |
Set the default scroll speed factor as used by ScrollRelative and ScrollVisible.
Default is 1.0f which is very fast. Bigger numbers mean the scrolling will take longer.
The documentation for this struct was generated from the following file:
- ivaria/blobs.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
