parent property

RuntimeObject? parent
getter/setter pair

RuntimeObjects can be included in the main Story as a hierarchy. Usually parents are Container objects. (TODO: Always?)

Implementation

RuntimeObject? parent;