EnableCameraLayer

(Difference between revisions)
Jump to: navigation, search
(Created page with "Enable a camera layer (draws a separate scene on top of the camera)<br> It can be used to draw an interface on to of a game. Example : GuiScene = getScene("GuiScene") ...")
 
m
Line 1: Line 1:
 
Enable a camera layer (draws a separate scene on top of the camera)<br>
 
Enable a camera layer (draws a separate scene on top of the camera)<br>
It can be used to draw an interface on to of a game.
+
It can be used to draw an interface on top of a game.
  
  

Revision as of 23:18, 5 August 2012

Enable a camera layer (draws a separate scene on top of the camera)
It can be used to draw an interface on top of a game.


Example :

   GuiScene = getScene("GuiScene")
   Camera = getObject("Camera")
   enableCameraLayer(Camera, GuiScene)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox