NWengine 0.9
|
Struct representing the identifier of a texture. More...
#include <Texture.h>
Public Member Functions | |
bool | operator== (const TextureIdentifier &other) const |
Overloaded equality operator for comparing TextureIdentifier objects. | |
Public Attributes | |
std::string | name |
uint8 | alpha |
Struct representing the identifier of a texture.
|
inline |
Overloaded equality operator for comparing TextureIdentifier objects.
other | The other TextureIdentifier object to compare with. |
uint8 TextureIdentifier::alpha |
The alpha value of the texture.
std::string TextureIdentifier::name |
The name of the texture.