Declared in ExtensionSystem
Declaration
UniverseObject[] GetRootObjects(
UniverseObject parent
);Description
Returns all universe objects in the simulation that are parented to the given object. If the parent is null, then all root-level objects are returned.
Parameters
| Name | Description |
|---|---|
| parent | The parent to check |