Finds all logical descendants of a specific type.
public static IEnumerable<T> FindAllLogical<T>(this ILogical root, bool includeSelf = false) where T : class
The root logical to search from.
Whether to include the root in the search.