SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::SlateImage Class Reference

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< MaterialGetMaterial ()
 Get this Material.
 

Private Attributes

ImTextureID m_TextureID
 ImTextureID.
 
std::shared_ptr< Materialm_Material
 This Slate image draw material.
 
std::string m_TextureName
 Texture name.
 
std::string m_MaterialName
 Material name.
 

Detailed Description

Slate image draw context.

Definition at line 17 of file SlateImage.h.


The documentation for this class was generated from the following files: