/
class Enlighten IBakeTextureManager
This is the documentation for Enlighten.
class Enlighten IBakeTextureManager
class Enlighten::IBakeTextureManager
Interface for providing and caching textures.
Functions
Name | Description |
---|---|
GetTexture(const GeoTextureString &) | Request a texture from the manager, implementations should cache this returned value for future requests. |
Release() | Free this object that was created within the Enlighten libraries. |
virtual const BakeInputTexture* Enlighten::IBakeTextureManager::GetTexture
public: const BakeInputTexture * GetTexture
(
const GeoTextureString & textureIdentifier
) const
Request a texture from the manager, implementations should cache this returned value for future requests.
virtual void Geo::IGeoReleasable::Release
public: void Release()
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
, multiple selections available,
Related content
Use Enlighten in your project
Use Enlighten in your project
More like this
Enlighten UE5 4.01 Release Notes
Enlighten UE5 4.01 Release Notes
More like this
Welcome to Enlighten
Welcome to Enlighten
More like this
2. Run the parameterize
2. Run the parameterize
More like this
Convert to vanilla UE5
Convert to vanilla UE5
More like this
Level properties
Level properties
More like this