Declared in UniverseObject
Declaration
UniverseModel[] FindModelsWithType(
Type type,
bool search
);
Description
Returns all attached models that satisfies the specified type.
Parameters
Name | Description |
---|---|
type | A universe model type. |
search | Search in children as well. |