|
VisioMove SDK (iOS)
2.1.22
|
Public Member Functions | |
| VgPlaceIconDescriptor () | |
| VgPlaceIconDescriptor (const VgPlaceIconDescriptor &pDescriptor) | |
| virtual | ~VgPlaceIconDescriptor () |
Public Attributes | |
| double | mScale |
| VgEngine::VgRefPtr< VgEngine::VgITexture > | mIcon |
The VgPlaceIconDescriptor encapsulates information associated with a place icon, where a place icon is a texture associated with a place.
|
inline |
Constructor.
|
inline |
Copy Constructor
| pDescriptor | The VgIPlaceIconDescriptor to be copied. |
|
inlinevirtual |
Destructor.
| VgEngine::VgRefPtr< VgEngine::VgITexture > VgMapModule::VgPlaceIconDescriptor::mIcon |
The icon's texture. When added to the scene, the icon's pixel size is independant from its distance to the camera.
| double VgMapModule::VgPlaceIconDescriptor::mScale |
The scale to associate with mIcon. Default value is 1.0