C3DSprite::Free |
Top Previous Next |
Syntax:
Free()
Purpose: Frees the internal memory and texture used by the sprite.
Parameters: None.
Returned value(s): None.
Class Hierarchy
Additional Info: The destructor of the C3DSprite class calls this method when the class is destroyed or goes out of scope. You can call the Free method to clear the sprite for reuse with another sprite image. |