OGRE  1.12.12
Object-Oriented Graphics Rendering Engine
Ogre::TerrainGroup::TerrainSlot Struct Reference

Slot for a terrain instance, together with its definition. More...

#include <OgreTerrainGroup.h>

+ Inheritance diagram for Ogre::TerrainGroup::TerrainSlot:

Public Member Functions

 TerrainSlot (long _x, long _y)
 
virtual ~TerrainSlot ()
 
void freeInstance ()
 

Public Attributes

TerrainSlotDefinition def
 Definition used to load the terrain. More...
 
Terraininstance
 Actual terrain instance. More...
 
long x
 The coordinates of the terrain slot relative to the centre slot (signed). More...
 
long y
 

Detailed Description

Slot for a terrain instance, together with its definition.

Constructor & Destructor Documentation

Ogre::TerrainGroup::TerrainSlot::TerrainSlot ( long  _x,
long  _y 
)
inline
virtual Ogre::TerrainGroup::TerrainSlot::~TerrainSlot ( )
virtual

Member Function Documentation

void Ogre::TerrainGroup::TerrainSlot::freeInstance ( )

Member Data Documentation

long Ogre::TerrainGroup::TerrainSlot::x

The coordinates of the terrain slot relative to the centre slot (signed).

long Ogre::TerrainGroup::TerrainSlot::y
TerrainSlotDefinition Ogre::TerrainGroup::TerrainSlot::def

Definition used to load the terrain.

Terrain* Ogre::TerrainGroup::TerrainSlot::instance

Actual terrain instance.


The documentation for this struct was generated from the following file: