In the C3 editor SDK, is there a method available to get references to other objects/instances in the layout? For example, I want one object to 'link' to other nearby objects/instances, so that when I change that object, I can also have the nearby instances change (e.g. modify aspects of their world info) I want it to also be reflected in the editor when I change the one object in the editor, not just at runtime.
Just a list of objects/instances in a layout would work well too.
Thanks!