#include <OpenGUI_Imagery.h>
Public Member Functions | |
| const FRect & | getTextureUVRect () const |
| Returns the FRect that defines the Texture UVs for this Imagery within the Imageset. | |
| const IRect & | getImagesetRect () const |
| Returns the IRect that was used to define the Imagery within the Imageset. | |
| TexturePtr | getTexture () const |
| Returns a pointer to the Texture object for this Imagery's parent Imageset. | |
| const String & | getName () const |
| Returns the name of this Imagery object. | |
| const String & | getFQN () const |
| Returns the fully qualified name of this Imagery object. | |
|
|
Returns the fully qualified name of this Imagery object.
|
|
|
Returns the IRect that was used to define the Imagery within the Imageset. If the Imagery was created by defining UV coordinates, rather than a pixel based rect, then a pixel rect will be calculated based on the UVs. (This is mostly accurate, but not 100% perfect, so some error may occur.) |
|
|
Returns the name of this Imagery object.
|
|
|
Returns a pointer to the Texture object for this Imagery's parent Imageset.
|
|
|
Returns the FRect that defines the Texture UVs for this Imagery within the Imageset.
|