Declared in UniverseObject

Declaration

UniverseModel[] FindModelsWithType(
    Type type,
    bool search
);

Description

Returns all attached models that satisfies the specified type.

Parameters

NameDescription
typeA universe model type.
searchSearch in children as well.