Construct 3 r212

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
    • [-] [+]
    • 2
    • DiegoM's avatar
    • DiegoM
    • Construct Team Construct 3 Developer
    • 2 points
    • (1 child)

    "Scene Graph" is just a fancy name for a system that allows you to nest objects to form a parent -> child hierarchy of as many levels as you want. In the context of Construct, the hierarchy is mainly concerned with 2D transformations, so modifying a parent applies that transformation to all of it's children, in relation to the parent's origin. This includes translations, rotations, scaling and in the future, possibly opacity.

    It is usefull to juggle complex relations of objects in a relatively intuitive way (once you get the hang of how it works).