Get a reference to the Artboard that a SceneNode is part of
Use Case:
Gillian is making a plugin that lists all the scene nodes in a drop down list. Since there are many scene nodes Gillian wants to preface the scene node name with the artboard name.
He uses the artboard
property on the SceneNode
class to get a reference to the artboard and make his dropdown list names more specific.