C3DScreen::CloseScreen |
Top Previous Next |
Syntax:
CloseScreen()
Purpose:
Parameters: None.
Returned value(s): None.
Application: Scene.Free()
Class Hierarchy
Additional Info: All objects and cameras must be freed before using this command. An object that is a child of another does not need to be freed separately.
This method is called automatically when the screen object is destroyed or goes out of scope. |