C3DScreen::CloseScreen

Top  Previous  Next

Syntax:

 

CloseScreen()

 

Purpose:
Closes the Direct3D screen.

 

Parameters:

None.

 

Returned value(s):

None.

 

Application:

Scene.Free()
screen.CloseScreen()

 

Class Hierarchy

C3DScreen

 

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.