| Table of Contents | ||
|
|
||
| GetNumLayers | ||
|
Purpose Gets the number of layers in the current scene |
||
|
Protoype int CSceneMngr::GetNumLayers () |
||
|
Description This function returns the number of layers in the current scene.
|
||
|
Use CSceneMngr scene; int i_num_layers = scene.GetNumLayers(); |
||
|
|
||
|