Declared in UniverseModel

Declaration

UniverseObject FindParentWithType(
    Type type,
    bool search
);

Description

Returns an attached parent that satisfies the specified type.

Parameters

NameDescription
typeA universe object type.
searchSearch for top-most parent.