Slate image draw context. More...
#include <SlateImage.h>
Public Member Functions | |
| SlateImage (const std::string &textureName, const std::string &materialName) | |
| Constructor Function. | |
| virtual | ~SlateImage () |
| Destructor Function. | |
| void | ReBuildTextureID () |
| Rebuild this ImTextureID. | |
| void | ReBuildMaterial () |
| Rebuild this Material. | |
| ImTextureID | GetTextureID () |
| Get this TextureID. | |
| std::shared_ptr< Material > | GetMaterial () |
| Get this Material. | |
Private Attributes | |
| ImTextureID | m_TextureID |
| ImTextureID. | |
| std::shared_ptr< Material > | m_Material |
| This Slate image draw material. | |
| std::string | m_TextureName |
| Texture name. | |
| std::string | m_MaterialName |
| Material name. | |
Slate image draw context.
Definition at line 17 of file SlateImage.h.