View Single Post
Unread 07-02-2012, 12:22 PM   #6
Cairenn
Credendo Vides
Premium Member
Secretui Admin
Join Date: Jun 2011
Posts: 66
ADDITIONAL INFO

depth_layer

"depth_layer" values map to an enum in CPP code. Here is the mapping:
Code:
enum ViewLayer_e
{
  e_ViewLayerDebugBack,        // "DebugBack"
  e_ViewLayerBack,        // "Back"
  e_ViewLayerMiddle,        // "Middle"
  e_ViewLayerTop,        // "Top"
  e_ViewLayerOptions,        // "Options"
  e_ViewLayerDialogs,        // "Dialogs"
  e_ViewLayerTooltip,        // "Tooltip"
  e_ViewLayerDragAndDrop,    // "DragAndDrop"
  e_ViewLayerOnScreenMessage,    // "OnScreenMessage"
  e_ViewLayerSplashScreen,    // "SplashScreen"
  e_ViewLayerSplashScreenTop,    // "SplashScreenTop"
  e_ViewLayerDebugTop        // "DebugTop"
};

Last edited by Cairenn : 07-02-2012 at 01:29 PM.
Cairenn is offline   Reply With Quote