void SetDisallowTextureMapping(bool disallow = true);
Sets the flag to disallow operations that map textures and thus results in a failure.
Parameters |
Description |
bool disallow = true |
A boolean flag to allow/disallow texture mapping operations. |