![]() |
Public API Reference |
#include <thing.h>
Inheritance diagram for iThingEnvironment:

Public Methods | |
| virtual void | Clear ()=0 |
| Reset the thing environment (clear all stuff related to things). More... | |
| virtual int | GetLightmapCellSize () const=0 |
| Return the current lightmap cell size. More... | |
| virtual void | SetLightmapCellSize (int Size)=0 |
| Set lightmap cell size. More... | |
| virtual int | GetDefaultLightmapCellSize () const=0 |
| Return default lightmap cell size. More... | |
Using this interface you can access some global information for things.
Definition at line 283 of file thing.h.
|
|
Reset the thing environment (clear all stuff related to things).
|
|
|
Return default lightmap cell size.
|
|
|
Return the current lightmap cell size.
|
|
|
Set lightmap cell size.
|