window.idx 907 B

123456789101112
  1. env nodesnim/window.html#env window: env
  2. main_scene nodesnim/window.html#main_scene window: main_scene
  3. current_scene nodesnim/window.html#current_scene window: current_scene
  4. scenes nodesnim/window.html#scenes window: scenes
  5. paused nodesnim/window.html#paused window: paused
  6. addScene nodesnim/window.html#addScene,ScenePtr window: addScene(scene: ScenePtr)
  7. addMainScene nodesnim/window.html#addMainScene,ScenePtr window: addMainScene(scene: ScenePtr)
  8. changeScene nodesnim/window.html#changeScene,string window: changeScene(name: string): bool
  9. setMainScene nodesnim/window.html#setMainScene,string window: setMainScene(name: string)
  10. setTitle nodesnim/window.html#setTitle,cstring window: setTitle(title: cstring)
  11. Window nodesnim/window.html#Window,cstring,cint,cint window: Window(title: cstring; w: cint = 640; h: cint = 360)
  12. windowLaunch nodesnim/window.html#windowLaunch window: windowLaunch()