Skip to content
Lukas Sägesser edited this page Jun 22, 2015 · 2 revisions

SceneTree

####Inherits: MainLoop ####Category: Core

Brief Description

Member Functions

Signals

  • screen_resized ( )
  • node_removed ( Object node )
  • tree_changed ( )

Numeric Constants

  • GROUP_CALL_DEFAULT = 0
  • GROUP_CALL_REVERSE = 1
  • GROUP_CALL_REALTIME = 2
  • GROUP_CALL_UNIQUE = 4
  • STRETCH_MODE_DISABLED = 0
  • STRETCH_MODE_2D = 1
  • STRETCH_MODE_VIEWPORT = 2
  • STRETCH_ASPECT_IGNORE = 0
  • STRETCH_ASPECT_KEEP = 1
  • STRETCH_ASPECT_KEEP_WIDTH = 2
  • STRETCH_ASPECT_KEEP_HEIGHT = 3

Member Function Description

Clone this wiki locally