C3DObject::Free |
Top Previous Next |
Syntax:
Free()
Purpose: Frees the internal memory used by this object and all attached child objects.
Parameters: None.
Returned value(s): None.
Application: scene.Free()
Class Hierarchy
Additional Info: Free does not destroy the class object, just the internal Direct3D objects attached to the class. Free is called by the destructor of C3DObject when it is destroyed or goes out of scope. |