Class RageTextureManager
Texture management singleton class
Methods
| ragetexturemanager:RageTextureFromBase64 (base64String) | Get a RageTexture handle based on the given base64 String. |
Methods
- ragetexturemanager:RageTextureFromBase64 (base64String)
-
Get a RageTexture handle based on the given base64 String.
This can arbitrarily load images from data. However, if you try to load garbage, you get an error and a pink texture.
Parameters:
- base64String string A base64 String representing an image, not a gif.
Returns:
-
RageTexture
A RageTexture which might be nil or pink if an error occurs.