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